diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-10-06 16:04:36 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-10-06 16:04:36 +0000 |
commit | 12b93f808034f64f64d92d009ec3dbb15294b322 (patch) | |
tree | 44f96d8b4518decd96ddeda4e77380d27482097b /phpBB | |
parent | ea5590297d01c62bbc1edbf59cd5d6efe62f5d63 (diff) | |
download | forums-12b93f808034f64f64d92d009ec3dbb15294b322.tar forums-12b93f808034f64f64d92d009ec3dbb15294b322.tar.gz forums-12b93f808034f64f64d92d009ec3dbb15294b322.tar.bz2 forums-12b93f808034f64f64d92d009ec3dbb15294b322.tar.xz forums-12b93f808034f64f64d92d009ec3dbb15294b322.zip |
Updates by Tom
git-svn-id: file:///svn/phpbb/trunk@1135 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/templates/subSilver/index_body.tpl | 2 | ||||
-rw-r--r-- | phpBB/templates/subSilver/viewforum_body.tpl | 16 | ||||
-rw-r--r-- | phpBB/templates/subSilver/viewtopic_body.tpl | 10 |
3 files changed, 15 insertions, 13 deletions
diff --git a/phpBB/templates/subSilver/index_body.tpl b/phpBB/templates/subSilver/index_body.tpl index d2c43f5a93..e63e628487 100644 --- a/phpBB/templates/subSilver/index_body.tpl +++ b/phpBB/templates/subSilver/index_body.tpl @@ -56,7 +56,7 @@ </tr> </table> <!-- BEGIN loginbox --> -<br /> +<br /> <form method="post" action="{S_LOGIN_ACTION}"> <table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline"> <tr> diff --git a/phpBB/templates/subSilver/viewforum_body.tpl b/phpBB/templates/subSilver/viewforum_body.tpl index d6f3076801..51bc99c043 100644 --- a/phpBB/templates/subSilver/viewforum_body.tpl +++ b/phpBB/templates/subSilver/viewforum_body.tpl @@ -9,7 +9,7 @@ </tr> <tr> <td align="left" valign="middle" width="50"><a href="{U_POST_NEW_TOPIC}"><img src="{IMG_POST}" border="0" alt="{L_NEW_TOPIC}" width="82" height="25" /></a></td> - <td align="left" valign="middle" class="nav" width="100%"><span class="nav"> <a href="index.php" class="nav">{SITENAME} - {L_INDEX}</a> -> {FORUM_NAME}</span></td> + <td align="left" valign="middle" class="nav" width="100%"><span class="nav"> <a href="{U_INDEX}" class="nav">{SITENAME} {L_INDEX}</a> -> {FORUM_NAME}</span></td> <td align="right" valign="bottom" class="nav" nowrap="nowrap"><span class="gensmall"><a href="{U_MARK_READ}">{L_MARK_TOPICS_READ}</a></span></td> </tr> </table> @@ -19,7 +19,7 @@ <th width="50" align="center" class="thTop"> {L_REPLIES} </th> <th width="100" align="center" class="thTop"> {L_AUTHOR} </th> <th width="50" align="center" class="thTop"> {L_VIEWS} </th> - <th align="center" nowrap="nowrap" class="thCornerR"> {L_LASTPOST} </th> + <th align="center" nowrap="nowrap"="nowrap="nowrap"" class="thCornerR"> {L_LASTPOST} </th> </tr> <!-- BEGIN topicrow --> <tr> @@ -46,9 +46,9 @@ <table width="100%" cellspacing="2" border="0" align="center" cellpadding="2"> <tr> <td align="left" valign="middle" width="50"><a href="{U_POST_NEW_TOPIC}"><img src="{IMG_POST}" border="0" alt="{L_NEW_TOPIC}" width="82" height="25" /></a></td> - <td align="left" valign="middle" width="100%"><span class="nav"> {L_PAGE} - <b>{ON_PAGE}</b> {L_OF} <b>{TOTAL_PAGES}</b></span></td> - <td align="right" valign="top" nowrap="nowrap"><span class="nav">{PAGINATION}</span> + <td align="left" valign="middle" width="100%"><span class="nav"> <a href="{U_INDEX}" class="nav">{SITENAME} {L_INDEX}</a> -> {FORUM_NAME}</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> </tr> @@ -67,8 +67,8 @@ <td width="20" align="center"><img src="templates/subSilver/images/folder.gif" alt="{L_NONEWPOSTS}" width="19" height="18" /></td> <td class="gensmall">Old topic</td> <td> </td> - <td width="20" align="center"><img src="templates/subSilver/images/folder_announce.gif" alt="{L_NONEWPOSTS}" width="19" height="18" /></td> - <td class="gensmall">Announcement</td> + <td width="20" align="center"><img src="templates/subSilver/images/folder_announce.gif" alt="No new posts" width="19" height="18" /></td> + <td class="gensmall">Announement</td> <td class="gensmall"> </td> <td class="gensmall"><img src="templates/subSilver/images/folder_lock.gif" alt="{L_NEWPOSTS}" width="19" height="18" /></td> <td class="gensmall">Topic is locked</td> @@ -80,7 +80,7 @@ <td width="20" align="center"><img src="templates/subSilver/images/folder_hot.gif" alt="{L_NEWPOSTS}" width="19" height="18" /></td> <td class="gensmall">Hot topic</td> <td> </td> - <td width="20" align="center"><img src="templates/subSilver/images/folder_sticky.gif" alt="{L_NONEWPOSTS}" width="19" height="18" /></td> + <td width="20" align="center"><img src="templates/subSilver/images/folder_sticky.gif" alt="No new posts" width="19" height="18" /></td> <td class="gensmall">Sticky post</td> <td class="gensmall"> </td> <td class="gensmall"> </td> diff --git a/phpBB/templates/subSilver/viewtopic_body.tpl b/phpBB/templates/subSilver/viewtopic_body.tpl index 2e3f2803a5..7b0b9a7a39 100644 --- a/phpBB/templates/subSilver/viewtopic_body.tpl +++ b/phpBB/templates/subSilver/viewtopic_body.tpl @@ -36,7 +36,8 @@ <td class="{postrow.ROW_CLASS}" height="28" valign="top"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> - <td>{postrow.MINI_POST_IMG}<span class="postdetails">{L_POSTED}: {postrow.POST_DATE}<span class="gen"> </span> {L_POST_SUBJECT}: + <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}</td> @@ -84,9 +85,10 @@ <table width="100%" cellspacing="2" border="0" align="center" cellpadding="2"> <tr> <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"> {L_PAGE} - <b>{ON_PAGE}</b> {L_OF} <b>{TOTAL_PAGES}</b></span></td> - <td align="right" valign="top" nowrap="nowrap"><span class="nav">{PAGINATION}</span> + <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> </tr> |