aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/subSilver/viewtopic_body.html
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2003-02-20 17:15:35 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2003-02-20 17:15:35 +0000
commite0f1db2e556ea7c9d30306e9cf448b3e272bc28a (patch)
tree30207307d0f4e7bf69da3724dbe8329eab26bfa8 /phpBB/templates/subSilver/viewtopic_body.html
parentc3d87feaba631ac1349fc1332ad55bcb26bd4053 (diff)
downloadforums-e0f1db2e556ea7c9d30306e9cf448b3e272bc28a.tar
forums-e0f1db2e556ea7c9d30306e9cf448b3e272bc28a.tar.gz
forums-e0f1db2e556ea7c9d30306e9cf448b3e272bc28a.tar.bz2
forums-e0f1db2e556ea7c9d30306e9cf448b3e272bc28a.tar.xz
forums-e0f1db2e556ea7c9d30306e9cf448b3e272bc28a.zip
playing
git-svn-id: file:///svn/phpbb/trunk@3475 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates/subSilver/viewtopic_body.html')
-rw-r--r--phpBB/templates/subSilver/viewtopic_body.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/phpBB/templates/subSilver/viewtopic_body.html b/phpBB/templates/subSilver/viewtopic_body.html
index df3b1c00df..795ca577ca 100644
--- a/phpBB/templates/subSilver/viewtopic_body.html
+++ b/phpBB/templates/subSilver/viewtopic_body.html
@@ -17,9 +17,9 @@
</tr>
</table>
-<table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0">
+<table class="tablebg" width="100%" cellspacing="1" cellpadding="2" border="0">
<tr align="right">
- <td class="catHead" colspan="2" height="28"><table width="100%" cellspacing="0" cellpadding="0" border="0">
+ <td class="cat" colspan="2" height="28"><table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td><span class="nav">&nbsp;<a class="nav" 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}" class="nav">{L_VIEW_PREVIOUS_TOPIC}</a> :: <a href="{U_VIEW_NEWER_TOPIC}" class="nav">{L_VIEW_NEXT_TOPIC}</a>&nbsp;</span></td>
@@ -81,8 +81,8 @@
</tr>
<!-- ENDIF -->
<tr>
- <th class="thLeft" width="150" height="26" nowrap="nowrap">{L_AUTHOR}</th>
- <th class="thRight" nowrap="nowrap">{L_MESSAGE}</th>
+ <th width="150" height="26" nowrap="nowrap">{L_AUTHOR}</th>
+ <th nowrap="nowrap">{L_MESSAGE}</th>
</tr>
<!-- BEGIN postrow -->
<!-- IF postrow.S_BELOW_MIN_KARMA -->
@@ -129,17 +129,17 @@
document.write('</td><td>&nbsp;</td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute">{postrow.ICQ_IMG}</div><div style="position:absolute;left:3px;top:-1px">{postrow.ICQ_STATUS_IMG}</div></div>');
//--></script><noscript>{postrow.ICQ_IMG}</noscript></td>
- <td width="100%" align="right" nowrap="nowrap"><span class="gensmall">{postrow.RATING}</span>&nbsp;</td>
+ <td width="100%" align="right" nowrap="nowrap"><!-- span class="gensmall">{postrow.RATING}</span -->&nbsp;</td>
</tr>
</table></td>
</tr>
<!-- ENDIF -->
<tr>
- <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
+ <td class="spacer" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
</tr>
<!-- END postrow -->
<tr align="center">
- <td class="catBottom" colspan="2" height="28"><table cellspacing="0" cellpadding="0" border="0">
+ <td class="cat" colspan="2" height="28"><table cellspacing="0" cellpadding="0" border="0">
<tr><form method="post" action="{S_TOPIC_ACTION}">
<td align="center"><span class="gensmall">{L_DISPLAY_POSTS}: {S_SELECT_SORT_DAYS}&nbsp;{L_SORT_BY} {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR}&nbsp;<input class="liteoption" type="submit" value="{L_GO}" name="sort" /></span></td>
</form></tr>