Update of /cvsroot/phpwebsite-comm/modules/vshop/templates
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv32766/templates
Modified Files:
set_status.tpl
Log Message:
added notices to status updates
Index: set_status.tpl
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/vshop/templates/set_status.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** set_status.tpl 3 Dec 2008 20:37:49 -0000 1.1
--- set_status.tpl 3 Dec 2008 22:17:43 -0000 1.2
***************
*** 3,8 ****
<div class="box-content">
{START_FORM}
! {STATUS} {SUBMIT}
! <br /><br />
{CLOSE}
{END_FORM}
--- 3,9 ----
<div class="box-content">
{START_FORM}
! {STATUS} {SUBMIT}<br />
! {NOTICE} {NOTICE_LABEL}<br />
! <br />
{CLOSE}
{END_FORM}
|