Skip to content

Commit

Permalink
Homepage|Forums: Reordered columns in forum/search listings (consiste…
Browse files Browse the repository at this point in the history
…ncy)
  • Loading branch information
danij-deng committed Apr 21, 2014
1 parent 7f42eef commit d446461
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions web/forums/skin/template/forumlist_body.html
Expand Up @@ -9,8 +9,8 @@
<h1><!-- IF forumrow.S_IS_CAT --><a href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a><!-- ELSE -->Subforums<!-- ENDIF --></h1>
<dl class="forumrow">
<dd class="exlcnt lastpost"><span>{L_LAST_POST}</span></dd>
<dd class="exlcnt topics" >{L_TOPICS}</dd>
<dd class="exlcnt posts" >{L_POSTS}</dd>
<dd class="exlcnt topics" >{L_TOPICS}</dd>
</dl>
</li>
</ul>
Expand Down Expand Up @@ -42,10 +42,10 @@ <h2><a href="{forumrow.U_VIEWFORUM}" class="forumtitle">{forumrow.FORUM_NAME}</a
<!-- IF forumrow.LAST_POST_TIME --><!-- IF not S_IS_BOT --><a href="{forumrow.U_LAST_POST}">{LAST_POST_IMG}</a> <span class="inlcnt">{L_LAST_POST}</span> <!-- ENDIF --><time datetime="{forumrow.LAST_POST_TIMEISO861}">{forumrow.LAST_POST_TIME}</time> {L_POST_BY_AUTHOR} {forumrow.LAST_POSTER_FULL}<!-- ELSE -->{L_NO_POSTS}<!-- ENDIF -->
</span>
</dd>
<dt class="inlcnt" style="clear:both">topics.</dt>
<dd class="exlcol topics" >{forumrow.TOPICS}</dd>
<dt class="inlcnt">posts,</dt>
<dt class="inlcnt" style="clear:both">posts.</dt>
<dd class="exlcol posts" >{forumrow.POSTS}</dd>
<dt class="inlcnt">topics,</dt>
<dd class="exlcol topics" >{forumrow.TOPICS}</dd>
<!-- ENDIF -->
</dl>
</article>
Expand Down
8 changes: 4 additions & 4 deletions web/forums/skin/template/search_results.html
Expand Up @@ -50,8 +50,8 @@ <h1><!-- IF SEARCH_TITLE -->{SEARCH_TITLE} ({TOTAL_MATCHES})<!-- ELSE -->{SEARCH
<!-- IF IGNORED_WORDS --> <p>{L_IGNORED_TERMS}: <strong>{IGNORED_WORDS}</strong></p><!-- ENDIF -->
<dl class="forumrow icon">
<dd class="exlcnt lastpost"><span>{L_LAST_POST}</span></dd>
<dd class="exlcnt views" >{L_VIEWS}</dd>
<dd class="exlcnt posts" >{L_REPLIES}</dd>
<dd class="exlcnt views" >{L_VIEWS}</dd>
</dl>
</li>
</ul>
Expand Down Expand Up @@ -80,10 +80,10 @@ <h2>
<dl class="expcol forumrow icon">
<dt></dt>
<dd class="exlcol lastpost"><!-- IF not S_IS_BOT --><a href="{searchresults.U_LAST_POST}">{LAST_POST_IMG}</a> <span class="inlcnt">{L_LAST_POST}</span> <!-- ENDIF --><time datetime="{searchresults.LAST_POST_TIMEISO861}">{searchresults.LAST_POST_TIME}</time> {L_POST_BY_AUTHOR} {searchresults.LAST_POST_AUTHOR_FULL}
<dt class="inlcnt" style="clear:both">views.</dt>
<dd class="exlcol views">{searchresults.TOPIC_VIEWS}</dd>
<dt class="inlcnt">replies,</dt>
<dt class="inlcnt" style="clear:both">replies.</dt>
<dd class="exlcol posts">{searchresults.TOPIC_REPLIES}</dd>
<dt class="inlcnt">views,</dt>
<dd class="exlcol views">{searchresults.TOPIC_VIEWS}</dd>
</dd>
</dl>
</article>
Expand Down

0 comments on commit d446461

Please sign in to comment.