aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subSilver/template/overall_header.html
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2004-01-05 12:38:44 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2004-01-05 12:38:44 +0000
commitddd39f2a48a16570290d6f558182e206f825cf83 (patch)
treeb3dd66541481c55378b6adebbbc76e80fcde77b4 /phpBB/styles/subSilver/template/overall_header.html
parent43b285d57cc32d9d68de8c2051f3a437b5246860 (diff)
downloadforums-ddd39f2a48a16570290d6f558182e206f825cf83.tar
forums-ddd39f2a48a16570290d6f558182e206f825cf83.tar.gz
forums-ddd39f2a48a16570290d6f558182e206f825cf83.tar.bz2
forums-ddd39f2a48a16570290d6f558182e206f825cf83.tar.xz
forums-ddd39f2a48a16570290d6f558182e206f825cf83.zip
A few changes ... note that this is not text book markup ... so don't complain! If you have suggestions on how to improve it feel free to comment in the relevant forum @ area51
git-svn-id: file:///svn/phpbb/trunk@4720 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subSilver/template/overall_header.html')
-rw-r--r--phpBB/styles/subSilver/template/overall_header.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/styles/subSilver/template/overall_header.html b/phpBB/styles/subSilver/template/overall_header.html
index c6b14757b1..fd2cc24b7b 100644
--- a/phpBB/styles/subSilver/template/overall_header.html
+++ b/phpBB/styles/subSilver/template/overall_header.html
@@ -69,7 +69,6 @@ function jumpto()
<div id="info"><table width="100%" cellspacing="0">
<tr>
<td><!-- IF S_USER_LOGGED_IN -->{LAST_VISIT_DATE}<!-- ENDIF --></td>
- <td align="center"><!-- IF S_USER_LOGGED_IN --><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a> | <a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a> | <!-- ENDIF --><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a></td>
<td align="right">{CURRENT_TIME}<br /></td>
</tr>
</table></div>
@@ -77,3 +76,5 @@ function jumpto()
</div>
<div id="maintable">
+
+<div class="gensmall" style="float: left; padding-bottom: 4px;"><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a></div><div class="gensmall" style="float: right; padding-bottom: 4px;"><!-- IF S_USER_LOGGED_IN --><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a> | <a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a><!-- ENDIF --></div>