From: <wen...@us...> - 2003-10-17 21:17:53
|
Update of /cvsroot/phpwebsite-comm/modules/rssfeeds/templates/listmanager In directory sc8-pr-cvs1:/tmp/cvs-serv5117/templates/listmanager Modified Files: list.tpl row.tpl Log Message: 0.1.0 Changes Index: list.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/rssfeeds/templates/listmanager/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:48 -0000 1.2 *************** *** 1,11 **** <table border="0" width="100%" cellspacing="1" cellpadding="4"> ! <tr><td class="smalltext" colspan="7"><b>{TITLE}</b> {NAV_INFO}</td></tr> <tr class="bg_medium"> ! <!-- BEGIN SELECT --> ! <td width="20">{SELECT_LABEL}</td> ! <!-- END SELECT --> <td class="smalltext" align="center" width="60%"><b>{LABEL_LABEL} {LABEL_ORDER_LINK}</b></td> <td class="smalltext" align="center"><b>{HIDDEN_LABEL} {HIDDEN_ORDER_LINK}</b></td> ! <td class="smalltext" align="center"><b>{ID_LABEL} {ID_ORDER_LINK}</b></td> </tr> {LIST_ITEMS} --- 1,10 ---- <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"> ! <td width="20"> </td> <td class="smalltext" align="center" width="60%"><b>{LABEL_LABEL} {LABEL_ORDER_LINK}</b></td> + <td class="smalltext" align="center" width="60%"><b>{CHANNEL_LABEL} {CHANNEL_ORDER_LINK}</b></td> <td class="smalltext" align="center"><b>{HIDDEN_LABEL} {HIDDEN_ORDER_LINK}</b></td> ! <td class="smalltext" align="center" width="35"><b>{ID_LABEL} {ID_ORDER_LINK}</b></td> </tr> {LIST_ITEMS} *************** *** 14,18 **** <tr class="bg_medium"> <td align="left" colspan="2">{ACTION_SELECT} {ACTION_BUTTON}</td> ! <td colspan="5" align="right">{NAV_LIMITS}    {NAV_BACKWARD} {NAV_SECTIONS} {NAV_FORWARD}</td> </tr> <!-- END ACTION_STUFF --> --- 13,17 ---- <tr class="bg_medium"> <td align="left" colspan="2">{ACTION_SELECT} {ACTION_BUTTON}</td> ! <td colspan="3" align="right">{NAV_LIMITS}    {NAV_BACKWARD} {NAV_SECTIONS} {NAV_FORWARD}</td> </tr> <!-- END ACTION_STUFF --> Index: row.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/rssfeeds/templates/listmanager/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:48 -0000 1.2 *************** *** 2,5 **** --- 2,6 ---- <td align="center">{SELECT}</td> <td align="left" class="smalltext">{LABEL}</td> + <td align="center" class="smalltext" align="center">{CHANNEL}</td> <td align="center" class="smalltext" align="center">{HIDDEN}</td> <td class="smalltext" align="center">{ID}</td> |