|
From: Verdon V. <ve...@us...> - 2008-12-02 19:43:24
|
Update of /cvsroot/phpwebsite-comm/modules/vshop/templates In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv8998/templates Modified Files: edit_item.tpl edit_settings.tpl Log Message: 0.6.0 changes Index: edit_item.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/vshop/templates/edit_item.tpl,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** edit_item.tpl 25 Nov 2008 15:19:31 -0000 1.1.1.1 --- edit_item.tpl 2 Dec 2008 19:43:16 -0000 1.2 *************** *** 2,5 **** --- 2,6 ---- <fieldset> <legend><strong>{INFO_LABEL}</strong></legend> + <p><strong>{DEPT_ID_LABEL}</strong><br />{DEPT_ID}</p> <p><strong>{TITLE_LABEL}</strong><br />{TITLE}</p> <p><strong>{DESCRIPTION_LABEL}</strong><br />{DESCRIPTION}</p> Index: edit_settings.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/vshop/templates/edit_settings.tpl,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** edit_settings.tpl 25 Nov 2008 15:19:31 -0000 1.1.1.1 --- edit_settings.tpl 2 Dec 2008 19:43:16 -0000 1.2 *************** *** 41,44 **** --- 41,46 ---- <p>{SHIPPING_FLAT}{SHIPPING_FLAT_LABEL}</p> <p>{SHIPPING_PERCENT}{SHIPPING_PERCENT_LABEL}</p> + <p>{SHIPPING_MINIMUM} {SHIPPING_MINIMUM_LABEL}</p> + <p>{SHIPPING_MAXIMUM} {SHIPPING_MAXIMUM_LABEL}</p> {SAVE} {END_FORM} |