aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/subSilver/viewtopic_body.tpl
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-11-20 21:27:52 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-11-20 21:27:52 +0000
commita54feacecb10add0fad4124ac481c906ef522be3 (patch)
tree845be7cd21f4d5c50bd9de76c16a16b7c8c875d5 /phpBB/templates/subSilver/viewtopic_body.tpl
parent038e717c0b0e98391b9d18c2fa7352f2bd989872 (diff)
downloadforums-a54feacecb10add0fad4124ac481c906ef522be3.tar
forums-a54feacecb10add0fad4124ac481c906ef522be3.tar.gz
forums-a54feacecb10add0fad4124ac481c906ef522be3.tar.bz2
forums-a54feacecb10add0fad4124ac481c906ef522be3.tar.xz
forums-a54feacecb10add0fad4124ac481c906ef522be3.zip
Fix for wide page and colspan issues - Tom
git-svn-id: file:///svn/phpbb/trunk@1390 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates/subSilver/viewtopic_body.tpl')
-rw-r--r--phpBB/templates/subSilver/viewtopic_body.tpl5
1 files changed, 2 insertions, 3 deletions
diff --git a/phpBB/templates/subSilver/viewtopic_body.tpl b/phpBB/templates/subSilver/viewtopic_body.tpl
index a96fd340fd..bcae70f859 100644
--- a/phpBB/templates/subSilver/viewtopic_body.tpl
+++ b/phpBB/templates/subSilver/viewtopic_body.tpl
@@ -1,4 +1,3 @@
-
<table width="100%" cellspacing="2" cellpadding="2" border="0">
<tr>
<td align="left" valign="bottom" colspan="2"><span class="maintitle">{TOPIC_TITLE}</span><br />
@@ -55,7 +54,7 @@
<td width="22%" align="left" valign="middle" class="{postrow.ROW_CLASS}"><span class="nav"><a href="#top" class="nav">Back
to top</a></span></td>
<td width="78%" height="28" class="{postrow.ROW_CLASS}" nowrap="nowrap" valign="bottom">
- <table cellspacing="0" cellpadding="0" border="0" height="18">
+ <table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
<tr>
<td valign="middle" nowrap="nowrap">{postrow.PROFILE_IMG} {postrow.PM_IMG} {postrow.EMAIL_IMG}
{postrow.WWW_IMG} {postrow.AIM_IMG} {postrow.YIM_IMG} {postrow.MSN_IMG}&nbsp;</td><td valign="top" align="left" width="100%" nowrap="nowrap">{postrow.ICQ_STATUS_IMG}{postrow.ICQ_ADD_IMG}</td>
@@ -90,7 +89,7 @@
</td>
</tr>
<tr>
- <td align="left"><span class="nav">{PAGE_NUMBER}</span></td>
+ <td align="left" colspan="3"><span class="nav">{PAGE_NUMBER}</span></td>
</tr>
</table>