diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-08-31 14:31:25 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-08-31 14:31:25 +0000 |
commit | 83c83e0e6cb6efb6ae408a5b1a7afd77d57a63b4 (patch) | |
tree | ea88ed6a11a3f3e2c4479afc5082cc49154fe2a8 /phpBB/styles/subsilver2 | |
parent | 54884aa5d6ef1c556f216569393e909eae7abfd3 (diff) | |
download | forums-83c83e0e6cb6efb6ae408a5b1a7afd77d57a63b4.tar forums-83c83e0e6cb6efb6ae408a5b1a7afd77d57a63b4.tar.gz forums-83c83e0e6cb6efb6ae408a5b1a7afd77d57a63b4.tar.bz2 forums-83c83e0e6cb6efb6ae408a5b1a7afd77d57a63b4.tar.xz forums-83c83e0e6cb6efb6ae408a5b1a7afd77d57a63b4.zip |
stylistic fixes...
git-svn-id: file:///svn/phpbb/trunk@8074 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subsilver2')
-rw-r--r-- | phpBB/styles/subsilver2/template/search_body.html | 4 | ||||
-rw-r--r-- | phpBB/styles/subsilver2/template/viewforum_body.html | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/phpBB/styles/subsilver2/template/search_body.html b/phpBB/styles/subsilver2/template/search_body.html index 82cb691c10..e66bfd9f1e 100644 --- a/phpBB/styles/subsilver2/template/search_body.html +++ b/phpBB/styles/subsilver2/template/search_body.html @@ -61,10 +61,6 @@ <td class="genmed" style="padding: 4px;" width="70%"><a href="{recentsearch.U_KEYWORDS}">{recentsearch.KEYWORDS}</a></td> <td class="genmed" style="padding: 4px;" width="30%" align="center">{recentsearch.TIME}</td> </tr> - <!-- BEGINELSE --> - <tr> - <td class="row1" colspan="2" align="center"><span class="genmed">{L_NO_RECENT_SEARCHES}</span></td> - </tr> <!-- END recentsearch --> </table> diff --git a/phpBB/styles/subsilver2/template/viewforum_body.html b/phpBB/styles/subsilver2/template/viewforum_body.html index b4c58834b2..b6c9e8d437 100644 --- a/phpBB/styles/subsilver2/template/viewforum_body.html +++ b/phpBB/styles/subsilver2/template/viewforum_body.html @@ -148,6 +148,7 @@ </table> <!-- ENDIF --> + <!-- IF S_IS_POSTABLE or .topicrow --> <table class="tablebg" width="100%" cellspacing="1"> <tr> <td class="cat" colspan="<!-- IF S_TOPIC_ICONS -->7<!-- ELSE -->6<!-- ENDIF -->"> @@ -235,6 +236,7 @@ </td> </tr> </table> + <!-- ENDIF --> <!-- IF S_DISPLAY_POST_INFO or TOTAL_TOPICS --> <table width="100%" cellspacing="1"> |