|
From: Paul S. O. <ps...@us...> - 2001-11-20 21:27:55
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv9309/templates/subSilver
Modified Files:
viewtopic_body.tpl
Log Message:
Fix for wide page and colspan issues - Tom
Index: viewtopic_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/viewtopic_body.tpl,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** viewtopic_body.tpl 2001/11/18 16:14:34 1.12
--- viewtopic_body.tpl 2001/11/20 21:27:52 1.13
***************
*** 1,3 ****
-
<table width="100%" cellspacing="2" cellpadding="2" border="0">
<tr>
--- 1,2 ----
***************
*** 56,60 ****
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">
<tr>
<td valign="middle" nowrap="nowrap">{postrow.PROFILE_IMG} {postrow.PM_IMG} {postrow.EMAIL_IMG}
--- 55,59 ----
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" width="18">
<tr>
<td valign="middle" nowrap="nowrap">{postrow.PROFILE_IMG} {postrow.PM_IMG} {postrow.EMAIL_IMG}
***************
*** 91,95 ****
</tr>
<tr>
! <td align="left"><span class="nav">{PAGE_NUMBER}</span></td>
</tr>
</table>
--- 90,94 ----
</tr>
<tr>
! <td align="left" colspan="3"><span class="nav">{PAGE_NUMBER}</span></td>
</tr>
</table>
|