Update of /cvsroot/phpwebsite-comm/modules/phpwsrssfeeds/templates/multi_rss
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20512/templates/multi_rss
Modified Files:
edit.tpl view.tpl
Log Message:
added multi-view ability to organize feeds by date
Index: view.tpl
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/phpwsrssfeeds/templates/multi_rss/view.tpl,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** view.tpl 2 Aug 2004 20:25:27 -0000 1.8
--- view.tpl 23 Sep 2004 19:07:04 -0000 1.9
***************
*** 8,11 ****
--- 8,14 ----
{UNEXPANDED_FEEDS}
<!-- END UNEXPANDED_FEEDS -->
+ <!-- BEGIN DATE_BLOGS -->
+ {DATE_BLOGS}
+ <!-- END DATE_BLOGS -->
<br class="clear" />
<!-- BEGIN CATEGORY -->
Index: edit.tpl
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/phpwsrssfeeds/templates/multi_rss/edit.tpl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** edit.tpl 17 Sep 2004 18:56:06 -0000 1.6
--- edit.tpl 23 Sep 2004 19:07:04 -0000 1.7
***************
*** 76,79 ****
--- 76,84 ----
</div>
<!-- END SHOW_CAT_LINK -->
+ <!-- BEGIN ORGN_BY_DATE -->
+ <div class="row">
+ <div class="col1">{ORGN_BY_DATE_HELP}{ORGN_BY_DATE_LBL}:</div><div class="col2">{ORGN_BY_DATE} {DAYS_AHEAD_LBL}: {DAYS_AHEAD}</div>
+ </div>
+ <!-- END ORGN_BY_DATE -->
<div class="submit">
{SUBMIT_BUTTON}
|