aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subSilver/template/overall_header.html
diff options
context:
space:
mode:
authorJonathan Stanley <shs@users.sourceforge.net>2007-02-27 01:25:35 +0000
committerJonathan Stanley <shs@users.sourceforge.net>2007-02-27 01:25:35 +0000
commit4e6d6fd9b6dc25e7bafbf696b274470c17a98399 (patch)
tree84e567477bdb4191ad6c343bd02261b84d56de6a /phpBB/styles/subSilver/template/overall_header.html
parent5eea81261f9d7b4d4fbd6627ad61a6eb166f5f1f (diff)
downloadforums-4e6d6fd9b6dc25e7bafbf696b274470c17a98399.tar
forums-4e6d6fd9b6dc25e7bafbf696b274470c17a98399.tar.gz
forums-4e6d6fd9b6dc25e7bafbf696b274470c17a98399.tar.bz2
forums-4e6d6fd9b6dc25e7bafbf696b274470c17a98399.tar.xz
forums-4e6d6fd9b6dc25e7bafbf696b274470c17a98399.zip
#7630
#7658 #8360 ... and all other RTL/LTR issues, probably, if this commited fix works as it should. Did I ever mention how I really hate HTML tables for layout? :P git-svn-id: file:///svn/phpbb/trunk@7091 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subSilver/template/overall_header.html')
-rw-r--r--phpBB/styles/subSilver/template/overall_header.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/styles/subSilver/template/overall_header.html b/phpBB/styles/subSilver/template/overall_header.html
index cb7feca620..045cbfee17 100644
--- a/phpBB/styles/subSilver/template/overall_header.html
+++ b/phpBB/styles/subSilver/template/overall_header.html
@@ -158,7 +158,7 @@ function marklist(id, name, state)
<!-- ENDIF -->
<!-- ENDIF -->
</td>
- <td class="genmed" align="right">
+ <td class="genmed" align="{S_CONTENT_FLOW_END}">
<a href="{U_FAQ}"><img src="{T_THEME_PATH}/images/icon_mini_faq.gif" width="12" height="13" alt="*" /> {L_FAQ}</a>
<!-- IF S_DISPLAY_SEARCH -->&nbsp; &nbsp;<a href="{U_SEARCH}"><img src="{T_THEME_PATH}/images/icon_mini_search.gif" width="12" height="13" alt="*" /> {L_SEARCH}</a><!-- ENDIF -->
<!-- IF not S_IS_BOT -->
@@ -174,7 +174,7 @@ function marklist(id, name, state)
<table width="100%" cellspacing="0">
<tr>
<td class="gensmall"><!-- IF S_USER_LOGGED_IN -->{LAST_VISIT_DATE}<!-- ENDIF --></td>
- <td class="gensmall" align="right">{CURRENT_TIME}<br /></td>
+ <td class="gensmall" align="{S_CONTENT_FLOW_END}">{CURRENT_TIME}<br /></td>
</tr>
</table>
</div>
@@ -185,9 +185,9 @@ function marklist(id, name, state)
<!-- IF S_DISPLAY_SEARCH -->
<p class="searchbar">
- <span style="float: left;"><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a> | <a href="{U_SEARCH_ACTIVE_TOPICS}">{L_SEARCH_ACTIVE_TOPICS}</a></span>
+ <span style="float: {S_CONTENT_FLOW_BEGIN};"><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a> | <a href="{U_SEARCH_ACTIVE_TOPICS}">{L_SEARCH_ACTIVE_TOPICS}</a></span>
<!-- IF S_USER_LOGGED_IN -->
- <span style="float: right;"><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a> | <a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></span>
+ <span style="float: {S_CONTENT_FLOW_END};"><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a> | <a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></span>
<!-- ENDIF -->
</p>
<!-- ENDIF -->