Skip to content

Commit

Permalink
Homepage|Forums: Minor readability tweak to forum topic search results
Browse files Browse the repository at this point in the history
Also fixed a couple of minor context box alignment issues.
  • Loading branch information
danij-deng committed Jul 14, 2013
1 parent bbf8dd2 commit 51b41f6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
6 changes: 4 additions & 2 deletions web/forums/skin/template/memberlist_leaders.html
Expand Up @@ -39,7 +39,6 @@ <h1>{PAGE_TITLE}</h1>
</div>

<div class="forumbg">
<div class="inner">

<table class="table1" cellspacing="1">
<thead>
Expand Down Expand Up @@ -68,11 +67,14 @@ <h1>{PAGE_TITLE}</h1>
</tbody>
</table>

</div>
</div>

</form>
</article></div>

<div class="block">
<!-- INCLUDE jumpbox.html -->
&nbsp;
</div>

<!-- INCLUDE overall_footer.html -->
4 changes: 2 additions & 2 deletions web/forums/skin/template/search_results.html
Expand Up @@ -62,7 +62,7 @@
<ul class="topiclist topics">

<!-- BEGIN searchresults -->
<li class="row<!-- IF searchresults.S_ROW_COUNT is even --> bg1<!-- ELSE --> bg2<!-- ENDIF -->">
<li class="row">
<dl class="icon" style="background-image: url({searchresults.TOPIC_FOLDER_IMG_SRC}); background-repeat: no-repeat;">
<dt <!-- IF searchresults.TOPIC_ICON_IMG -->style="background-image: url({T_ICONS_PATH}{searchresults.TOPIC_ICON_IMG}); background-repeat: no-repeat;"<!-- ENDIF -->>
<!-- IF searchresults.S_UNREAD_TOPIC --><a href="{searchresults.U_NEWEST_POST}">{NEWEST_POST_IMG}</a> <!-- ENDIF -->
Expand All @@ -71,8 +71,8 @@
<!-- IF searchresults.S_TOPIC_REPORTED --><a href="{searchresults.U_MCP_REPORT}">{REPORTED_IMG}</a><!-- ENDIF --><br />
<!-- IF searchresults.PAGINATION --><strong class="pagination"><span>{searchresults.PAGINATION}</span></strong><!-- ENDIF -->
{searchresults.FIRST_POST_TIME}
<!-- IF not searchresults.S_TOPIC_GLOBAL -->{L_IN} <a href="{searchresults.U_VIEW_FORUM}">{searchresults.FORUM_TITLE}</a><!-- ELSE --> ({L_GLOBAL})<!-- ENDIF -->
{L_POST_BY_AUTHOR} {searchresults.TOPIC_AUTHOR_FULL}
<!-- IF not searchresults.S_TOPIC_GLOBAL -->{L_IN} <a href="{searchresults.U_VIEW_FORUM}">{searchresults.FORUM_TITLE}</a><!-- ELSE --> ({L_GLOBAL})<!-- ENDIF -->
</dt>
<dd class="posts">{searchresults.TOPIC_REPLIES}</dd>
<dd class="views">{searchresults.TOPIC_VIEWS}</dd>
Expand Down
5 changes: 3 additions & 2 deletions web/plugins/z#home/home.php
Expand Up @@ -301,7 +301,8 @@ public function execute($args=NULL)
});
});
</script>
<aside id="status" role="complementary" class="block">
<aside role="complementary" class="block">
<div id="status">
<div class="twocolumn"><article>
<header><h1><a href="/builds" title="View the complete index in the build repository">Most recent builds</a></h1>
<p><script>
Expand All @@ -312,7 +313,7 @@ public function execute($args=NULL)
</script></p></header><div id="recentbuilds">Contacting build repository...</div></article></div>
<div class="twocolumn"><article id="activeservers"></article></div>
<div class="clear"></div>
</aside>
</div></aside>
<div id="column1" class="twocolumn collapsible"></div>
<div id="column2" class="twocolumn collapsible"></div>
<div class="clear"></div>
Expand Down

0 comments on commit 51b41f6

Please sign in to comment.