|
From: Verdon V. <ve...@us...> - 2008-01-09 21:41:26
|
Update of /cvsroot/phpwebsite-comm/modules/podcaster/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17620/templates Modified Files: edit_channel.tpl info.tpl Log Message: getting ready for 1.0.5 itunes cats changes Index: edit_channel.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/podcaster/templates/edit_channel.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** edit_channel.tpl 6 Jan 2008 00:34:50 -0000 1.3 --- edit_channel.tpl 9 Jan 2008 21:41:19 -0000 1.4 *************** *** 11,15 **** <p>{ACTIVE} {ACTIVE_LABEL}</p> <p>{ITUNES_EXPLICIT} {ITUNES_EXPLICIT_LABEL}</p> ! <p>{ITUNES_CATEGORY} {ITUNES_CATEGORY_LABEL} - {ITUNES_CATEGORY_EXAMPLE}</p> <p><strong>{ITUNES_INFO_LABEL}</strong> {ITUNES_INFO}</p> </fieldset> --- 11,16 ---- <p>{ACTIVE} {ACTIVE_LABEL}</p> <p>{ITUNES_EXPLICIT} {ITUNES_EXPLICIT_LABEL}</p> ! <p>{ITUNES_CATS}</p> ! <p>{ITUNES_CATEGORY} {ITUNES_CATEGORY_LABEL}</p> <p><strong>{ITUNES_INFO_LABEL}</strong> {ITUNES_INFO}</p> </fieldset> Index: info.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/podcaster/templates/info.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** info.tpl 7 Jan 2008 03:41:55 -0000 1.2 --- info.tpl 9 Jan 2008 21:41:19 -0000 1.3 *************** *** 1,8 **** <fieldset> <legend><strong>{TITLE}</strong></legend> ! <p><strong>{INFO_1_LABEL}</strong> {INFO_1}</p> ! <p><strong>{INFO_2_LABEL}</strong> {INFO_2}</p> ! <p><strong>{INFO_3_LABEL}</strong> {INFO_3}</p> ! <p><strong>{INFO_4_LABEL}</strong> {INFO_4}</p> ! <p><strong>{INFO_5_LABEL}</strong> {INFO_5}</p> </fieldset> --- 1,8 ---- <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 --> </fieldset> |