Update of /cvsroot/phpwsbb/phpwsbb/templates
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2463/templates
Modified Files:
view.tpl
Log Message:
Put the 2 "Ban..." lines into different conditional sections. A Guest would activate one but not the other.
Index: view.tpl
===================================================================
RCS file: /cvsroot/phpwsbb/phpwsbb/templates/view.tpl,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** view.tpl 13 Aug 2004 21:32:38 -0000 1.13
--- view.tpl 14 Sep 2004 04:23:08 -0000 1.14
***************
*** 23,28 ****
{IP_TEXT}: {IPADDR}<br />
<!-- END IPADDR -->
! <!-- BEGIN BAN_USER -->
[{BAN_IP}]<br />
[{BAN_USERNAME}]<br />
<!-- END BAN_USER -->
--- 23,30 ----
{IP_TEXT}: {IPADDR}<br />
<!-- END IPADDR -->
! <!-- BEGIN BAN_IPADDR -->
[{BAN_IP}]<br />
+ <!-- END BAN_IPADDR -->
+ <!-- BEGIN BAN_USER -->
[{BAN_USERNAME}]<br />
<!-- END BAN_USER -->
|