Update of /cvsroot/phpwebsite-comm/modules/phpwsbb/templates
In directory sc8-pr-cvs1:/tmp/cvs-serv9050/templates
Modified Files:
view.tpl
Log Message:
Got message deletion working
Index: view.tpl
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/phpwsbb/templates/view.tpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** view.tpl 3 Jun 2003 21:13:31 -0000 1.4
--- view.tpl 3 Jun 2003 22:16:12 -0000 1.5
***************
*** 5,9 ****
<hr size="1" width="100%" noshade /><br />
{BODY}<br />
! <div class="smalltext" align="right">{QUOTE}</div>
</td></tr>
</table>
--- 5,9 ----
<hr size="1" width="100%" noshade /><br />
{BODY}<br />
! <div class="smalltext" align="right">{EDIT} {DELETE}</div>
</td></tr>
</table>
|