From: <dts...@us...> - 2003-06-03 21:13:39
|
Update of /cvsroot/phpwebsite-comm/modules/phpwsbb/templates In directory sc8-pr-cvs1:/tmp/cvs-serv5610/templates Modified Files: view.tpl Log Message: Updates Index: view.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/phpwsbb/templates/view.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** view.tpl 3 Jun 2003 19:03:21 -0000 1.3 --- view.tpl 3 Jun 2003 21:13:31 -0000 1.4 *************** *** 1,3 **** - {REPLY} <table border="0" cellpadding="1" cellspacing="0" width="100%"> <tr class="bg_medium"><td><b>{SUBJECT}</b></td></tr> --- 1,2 ---- *************** *** 5,9 **** <span class="smalltext">{POSTED}</span><br /> <hr size="1" width="100%" noshade /><br /> ! {BODY} </td></tr> </table> --- 4,9 ---- <span class="smalltext">{POSTED}</span><br /> <hr size="1" width="100%" noshade /><br /> ! {BODY}<br /> ! <div class="smalltext" align="right">{QUOTE}</div> </td></tr> </table> |