|
From: Paul S. O. <ps...@us...> - 2001-10-11 20:06:49
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv30333/templates/subSilver
Modified Files:
viewtopic_body.tpl
Log Message:
Delete from viewtopic functionality for template + graphic
Index: viewtopic_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/viewtopic_body.tpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** viewtopic_body.tpl 2001/10/06 16:04:36 1.5
--- viewtopic_body.tpl 2001/10/11 20:06:46 1.6
***************
*** 41,45 ****
{postrow.POST_SUBJECT}</span></td>
<td nowrap="nowrap" valign="top" align="right">{postrow.IP_IMG} {postrow.QUOTE_IMG}
! {postrow.EDIT_IMG}</td>
</tr>
<tr>
--- 41,45 ----
{postrow.POST_SUBJECT}</span></td>
<td nowrap="nowrap" valign="top" align="right">{postrow.IP_IMG} {postrow.QUOTE_IMG}
! {postrow.EDIT_IMG} {postrow.DELETE_IMG}</td>
</tr>
<tr>
|