diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-02-25 18:33:24 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-02-25 18:33:24 +0000 |
commit | 09e99bf5f4d1d1a77d426a953000f6d98aba9383 (patch) | |
tree | 8115e68bb05c2391ed31d83650f71f8b9777bde5 /phpBB/templates | |
parent | 1aa274d1e737328f4462ad2ea6f8a6819a5db1d3 (diff) | |
download | forums-09e99bf5f4d1d1a77d426a953000f6d98aba9383.tar forums-09e99bf5f4d1d1a77d426a953000f6d98aba9383.tar.gz forums-09e99bf5f4d1d1a77d426a953000f6d98aba9383.tar.bz2 forums-09e99bf5f4d1d1a77d426a953000f6d98aba9383.tar.xz forums-09e99bf5f4d1d1a77d426a953000f6d98aba9383.zip |
Updates to rules, replace accidently (oops) removed cat cell in viewtopic
git-svn-id: file:///svn/phpbb/trunk@3532 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-rw-r--r-- | phpBB/templates/subSilver/viewforum_body.html | 4 | ||||
-rw-r--r-- | phpBB/templates/subSilver/viewtopic_body.html | 10 |
2 files changed, 11 insertions, 3 deletions
diff --git a/phpBB/templates/subSilver/viewforum_body.html b/phpBB/templates/subSilver/viewforum_body.html index e18c7c2826..95badff780 100644 --- a/phpBB/templates/subSilver/viewforum_body.html +++ b/phpBB/templates/subSilver/viewforum_body.html @@ -44,7 +44,7 @@ <tr> <td class="row1" width="20" align="center" valign="middle">{topicrow.TOPIC_FOLDER_IMG}</td> <!-- IF S_TOPIC_ICONS --> - <td class="row1" align="center" valign="middle">{topicrow.TOPIC_ICON}</td> + <td class="row1" align="center" valign="middle">{topicrow.TOPIC_ICON_IMG}</td> <!-- ENDIF --> <td class="row1" width="100%"><span class="topictitle">{topicrow.NEWEST_POST_IMG}{topicrow.TOPIC_TYPE}<a href="{topicrow.U_VIEW_TOPIC}">{topicrow.TOPIC_TITLE}</a></span><span class="gensmall"><br />{topicrow.GOTO_PAGE}</span></td> <td class="row2" align="center" valign="middle"><span class="name">{topicrow.TOPIC_AUTHOR}</span></td> @@ -113,7 +113,7 @@ <td class="gensmall">{L_NO_NEW_POSTS_LOCKED}</td> </tr> </table></td> - <td align="right"><span class="gensmall">{S_AUTH_LIST}</span></td> + <td align="right"><span class="gensmall"><!-- BEGIN rules -->{rules.RULE}<br /><!-- END rules --></span></td> </tr> </table> diff --git a/phpBB/templates/subSilver/viewtopic_body.html b/phpBB/templates/subSilver/viewtopic_body.html index d316a3645d..d3540aae67 100644 --- a/phpBB/templates/subSilver/viewtopic_body.html +++ b/phpBB/templates/subSilver/viewtopic_body.html @@ -19,6 +19,14 @@ </table> <table class="tablebg" width="100%" cellspacing="1" cellpadding="2" border="0"> + <tr align="right"> + <td class="cat" colspan="2" height="28"><table width="100%" cellspacing="0" cellpadding="0" border="0"> + <tr> + <td><span class="nav"> <a href="{U_PRINT_TOPIC}" title="{L_PRINT_TOPIC}">{L_PRINT_TOPIC}</a></span></td> + <td align="right"><span class="nav"><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a> :: <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a> </span></td> + </tr> + </table></td> + </tr> <!-- IF S_HAS_POLL_OPTIONS --> <tr> <td class="row2" colspan="2"><br clear="all" /><form method="post" action="{S_POLL_ACTION}"><table cellspacing="0" cellpadding="4" border="0" align="center"> @@ -155,7 +163,7 @@ <table width="100%" cellspacing="2" border="0" align="center"> <tr> <td width="40%" valign="top" nowrap="nowrap" align="left"><!-- IF S_TOPIC_MOD --><form method="post" action="{S_MOD_ACTION}"><span class="gensmall">{L_QUICK_MOD}:</span> {S_TOPIC_MOD} <input class="liteoption" type="submit" value="{L_GO}" /></form><!-- ENDIF --></td> - <td align="right" valign="top" nowrap="nowrap"><span class="gensmall">{S_AUTH_LIST}</span></td> + <td align="right" valign="top" nowrap="nowrap"><span class="gensmall"><!-- BEGIN rules -->{rules.RULE}<br /><!-- END rules --></span></td> </tr> </table> |