diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-10-25 23:21:12 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-10-25 23:21:12 +0000 |
commit | c976663e966fbd6ed4b6a960aa0718e2c96843ce (patch) | |
tree | 2ef5e6fb92090a0b8813ada9971ea8705462b456 /phpBB/templates/subSilver/viewtopic_body.tpl | |
parent | cc9373fe66f93503b7dab9ccbb64cdc7f7301d8d (diff) | |
download | forums-c976663e966fbd6ed4b6a960aa0718e2c96843ce.tar forums-c976663e966fbd6ed4b6a960aa0718e2c96843ce.tar.gz forums-c976663e966fbd6ed4b6a960aa0718e2c96843ce.tar.bz2 forums-c976663e966fbd6ed4b6a960aa0718e2c96843ce.tar.xz forums-c976663e966fbd6ed4b6a960aa0718e2c96843ce.zip |
Altered various language constructs + new quote changes for PM + altered pagination
git-svn-id: file:///svn/phpbb/trunk@1247 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates/subSilver/viewtopic_body.tpl')
-rw-r--r-- | phpBB/templates/subSilver/viewtopic_body.tpl | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/phpBB/templates/subSilver/viewtopic_body.tpl b/phpBB/templates/subSilver/viewtopic_body.tpl index aa0cb20c7a..df101b19e8 100644 --- a/phpBB/templates/subSilver/viewtopic_body.tpl +++ b/phpBB/templates/subSilver/viewtopic_body.tpl @@ -39,14 +39,14 @@ <td width="100%">{postrow.MINI_POST_IMG}<span class="postdetails">{L_POSTED}: {postrow.POST_DATE}<span class="gen"> </span> {L_POST_SUBJECT}: {postrow.POST_SUBJECT}</span></td> - <td nowrap="nowrap" valign="top" align="right">{postrow.IP_IMG} {postrow.QUOTE_IMG} - {postrow.EDIT_IMG} {postrow.DELETE_IMG}</td> + <td nowrap="nowrap" valign="top" align="right">{postrow.QUOTE_IMG} + {postrow.EDIT_IMG} {postrow.DELETE_IMG} {postrow.IP_IMG}</td> </tr> <tr> <td colspan="2"><hr /></td> </tr> <tr> - <td colspan="2"><span class="postbody">{postrow.MESSAGE}</span></td> + <td colspan="2"><span class="postbody">{postrow.MESSAGE}</span><span class="gensmall">{postrow.EDITED_MESSAGE}</span></td> </tr> </table> </td> @@ -87,12 +87,14 @@ <td align="left" valign="middle" nowrap="nowrap"><a href="{U_POST_NEW_TOPIC}"><img src="{IMG_POST}" border="0" alt="{L_TOPIC_POST}" align="middle" width="82" height="25" /></a> <a href="{U_POST_REPLY_TOPIC}"><img src="{IMG_REPLY}" border="0" alt="{L_TOPIC_REPLY}" align="middle" width="82" height="25" /></a><span class="nav"></span></td> <td align="left" valign="middle" width="100%"><span class="nav"> <a href="{U_INDEX}" class="nav">{SITENAME} {L_INDEX}</a> -> <a href="{U_VIEW_FORUM}" class="nav">{FORUM_NAME}</a></span></td> - <td align="right" valign="top" nowrap="nowrap"><span class="nav">{L_PAGE} - <b>{ON_PAGE}</b> {L_OF} <b>{TOTAL_PAGES}</b> :: {PAGINATION}</span> - <span class="gensmall"><br /> - {S_TIMEZONE}</span></td> + <td align="right" valign="top" nowrap="nowrap"><span class="gensmall">{S_TIMEZONE}</span><br /><span class="nav">{PAGINATION}</span> + </td> + </tr> + <tr> + <td align="left"><span class="nav">{PAGE_NUMBER}</span></td> </tr> </table> + <table width="100%" cellspacing="2" border="0" align="center"> <tr> <td width="40%" valign="top" nowrap="nowrap" align="left"><span class="gensmall">{S_WATCH_TOPIC}</span><br /> |