From: <wen...@us...> - 2003-10-17 21:17:53
|
Update of /cvsroot/phpwebsite-comm/modules/rssfeeds/templates/listmanager/user In directory sc8-pr-cvs1:/tmp/cvs-serv5117/templates/listmanager/user Modified Files: list.tpl row.tpl Log Message: 0.1.0 Changes Index: list.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/rssfeeds/templates/listmanager/user/list.tpl,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** list.tpl 8 Jul 2003 19:34:49 -0000 1.1.1.1 --- list.tpl 17 Oct 2003 21:17:49 -0000 1.2 *************** *** 1,4 **** <table border="0" width="100%" cellspacing="1" cellpadding="4"> ! <tr><td class="smalltext" colspan="6"><b>{TITLE}</b> {NAV_INFO}</td></tr> <tr class="bg_medium"> <!-- BEGIN SELECT --> --- 1,4 ---- <table border="0" width="100%" cellspacing="1" cellpadding="4"> ! <tr><td class="smalltext" colspan="5"><b>{TITLE}</b> {NAV_INFO}</td></tr> <tr class="bg_medium"> <!-- BEGIN SELECT --> *************** *** 6,11 **** <!-- END SELECT --> <td class="smalltext" align="center"><b>{LABEL_LABEL} {LABEL_ORDER_LINK}</b></td> ! <td class="smalltext" align="center"><b>{CATEGORY_LABEL} {LABEL_CATEGORY_LINK}</b></td> ! <td class="smalltext" align="center" width="15"><b>{ID_LABEL} {ID_ORDER_LINK}</b></td> </tr> {LIST_ITEMS} --- 6,10 ---- <!-- END SELECT --> <td class="smalltext" align="center"><b>{LABEL_LABEL} {LABEL_ORDER_LINK}</b></td> ! <td class="smalltext" align="center"><b>{CHANNEL_DESC_LABEL} {CHANNEL_DESC_ORDER_LINK}</b></td> </tr> {LIST_ITEMS} Index: row.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/rssfeeds/templates/listmanager/user/row.tpl,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** row.tpl 8 Jul 2003 19:34:49 -0000 1.1.1.1 --- row.tpl 17 Oct 2003 21:17:49 -0000 1.2 *************** *** 2,6 **** <td align="center">{SELECT}</td> <td align="left" class="smalltext">{LABEL}</td> ! <td align="left" class="smalltext">{CATEGORY}</td> ! <td align="center" class="smalltext">{ID}</td> </tr> --- 2,5 ---- <td align="center">{SELECT}</td> <td align="left" class="smalltext">{LABEL}</td> ! <td align="left" class="smalltext">{CHANNEL_DESC}</td> </tr> |