Update of /cvsroot/phpwsbb/phpwsbb/templates
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25162
Modified Files:
view.tpl
Log Message:
Changed SIG span to a div for multi-line signatures - Thanks blindman1344
Index: view.tpl
===================================================================
RCS file: /cvsroot/phpwsbb/phpwsbb/templates/view.tpl,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** view.tpl 26 Oct 2004 05:14:08 -0000 1.18
--- view.tpl 27 Oct 2004 00:53:47 -0000 1.19
***************
*** 43,50 ****
{BODY}
<!-- BEGIN SIG -->
! <br /><br />
! <span class="smalltext" style="border-top: 1px solid">
{SIGNATURE}
! </span>
<!-- END SIG -->
<!-- BEGIN EDITED -->
--- 43,49 ----
{BODY}
<!-- BEGIN SIG -->
! <div class="smalltext" style="border-top: 1px solid; margin-top: 2em;">
{SIGNATURE}
! </div>
<!-- END SIG -->
<!-- BEGIN EDITED -->
|