|
From: Verdon V. <ve...@us...> - 2008-11-22 20:54:23
|
Update of /cvsroot/phpwebsite-comm/modules/rolodex/templates In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv20584/templates Modified Files: info.tpl Log Message: more 1.3 tweaks Index: info.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/rolodex/templates/info.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** info.tpl 31 Mar 2008 19:54:41 -0000 1.1 --- info.tpl 22 Nov 2008 20:54:11 -0000 1.2 *************** *** 1,9 **** <fieldset> <legend><strong>{TITLE}</strong></legend> ! <!-- BEGIN info_1 --><p><strong>{INFO_1_LABEL}</strong> {INFO_1}</p><!-- END info_1 --> ! <!-- BEGIN info_2 --><p><strong>{INFO_2_LABEL}</strong> {INFO_2}</p><!-- END info_2 --> ! <!-- BEGIN info_3 --><p><strong>{INFO_3_LABEL}</strong> {INFO_3}</p><!-- END info_3 --> ! <!-- BEGIN info_4 --><p><strong>{INFO_4_LABEL}</strong> {INFO_4}</p><!-- END info_4 --> ! <!-- BEGIN info_5 --><p><strong>{INFO_5_LABEL}</strong> {INFO_5}</p><!-- END info_5 --> ! <!-- BEGIN donate --><p>{DONATE}</p><!-- END donate --> </fieldset> --- 1,5 ---- <fieldset> <legend><strong>{TITLE}</strong></legend> ! <p>{INFO}</p> ! <p>{DONATE}</p> </fieldset> |