From: Verdon V. <ve...@us...> - 2009-02-10 23:12:11
|
Update of /cvsroot/phpwebsite-comm/modules/whatsnew/templates In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv862/templates Modified Files: block.tpl edit_settings.tpl Log Message: new features prepping for 0.4.0 Index: block.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/whatsnew/templates/block.tpl,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** block.tpl 22 Jul 2008 12:24:39 -0000 1.1.1.1 --- block.tpl 10 Feb 2009 23:11:55 -0000 1.2 *************** *** 5,11 **** <!-- BEGIN text --><span class="smaller">{TEXT}</span><br /><!-- END text --> <ul class="no-bullet"> ! <!-- BEGIN new-links --> ! <li>{LINK}</li> ! <!-- END new-links --> </ul> </div> --- 5,11 ---- <!-- BEGIN text --><span class="smaller">{TEXT}</span><br /><!-- END text --> <ul class="no-bullet"> ! <!-- BEGIN new-items --> ! <li>{LINK}<!-- BEGIN date --><br />{DATE}<!-- END date --><!-- BEGIN summary --><br /><span class="smaller"><em>{SUMMARY}</em></span><!-- END summary --></li> ! <!-- END new-items --> </ul> </div> Index: edit_settings.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/whatsnew/templates/edit_settings.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** edit_settings.tpl 26 Jul 2008 21:02:39 -0000 1.3 --- edit_settings.tpl 10 Feb 2009 23:11:55 -0000 1.4 *************** *** 8,11 **** --- 8,15 ---- <p>{CACHE_TIMEOUT} {CACHE_TIMEOUT_LABEL}<br />{FLUSH_LINK}</p> <p>{QTY_ITEMS} {QTY_ITEMS_LABEL}</p> + <p> + {SHOW_SUMMARIES} {SHOW_SUMMARIES_LABEL}<br /> + {SHOW_DATES} {SHOW_DATES_LABEL} + </p> <p>{EXCLUDE_LABEL}<br />{EXCLUDE}</p> </fieldset> |