|
From: Paul S. O. <ps...@us...> - 2001-12-20 19:00:24
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv21348/templates/subSilver
Modified Files:
viewtopic_body.tpl
Log Message:
Separate sig completely from message
Index: viewtopic_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/viewtopic_body.tpl,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** viewtopic_body.tpl 2001/12/15 15:57:47 1.16
--- viewtopic_body.tpl 2001/12/20 19:00:22 1.17
***************
*** 46,50 ****
</tr>
<tr>
! <td colspan="2"><span class="postbody">{postrow.MESSAGE}</span><span class="gensmall">{postrow.EDITED_MESSAGE}</span></td>
</tr>
</table>
--- 46,50 ----
</tr>
<tr>
! <td colspan="2"><span class="postbody">{postrow.MESSAGE}{postrow.SIGNATURE}</span><span class="gensmall">{postrow.EDITED_MESSAGE}</span></td>
</tr>
</table>
|