|
From: OryNider <ory...@us...> - 2007-09-17 07:20:30
|
Update of /cvsroot/mxbb/mx_radiocast/templates/subSilver/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv1570/admin Modified Files: radiocast_cat_body.tpl radiocast_cat_new_body.tpl Log Message: This will add subcategories to mx radiocast.. Index: radiocast_cat_new_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_radiocast/templates/subSilver/admin/radiocast_cat_new_body.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** radiocast_cat_new_body.tpl 6 Jun 2007 23:04:05 -0000 1.1 --- radiocast_cat_new_body.tpl 17 Sep 2007 07:20:25 -0000 1.2 *************** *** 4,7 **** --- 4,9 ---- <form action="{S_RADIOCAST_ACTION}" method="post"> + {CAT_PARENT} + {CAT_TYPE} <table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline"> <tr> Index: radiocast_cat_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_radiocast/templates/subSilver/admin/radiocast_cat_body.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** radiocast_cat_body.tpl 6 Jun 2007 23:04:05 -0000 1.1 --- radiocast_cat_body.tpl 17 Sep 2007 07:20:24 -0000 1.2 *************** *** 6,14 **** <table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline"> <tr> ! <th class="thHead" height="25" colspan="4">{L_RADIOCAST_CAT_TITLE}</th> </tr> <!-- BEGIN catrow --> <tr> ! <td class="{catrow.COLOR}" width="60%" height="25"><span class="gen">{catrow.TITLE}<br /></span><span class="gensmall">{catrow.DESC}</span></td> <td class="{catrow.COLOR}" align="center"><span class="genmed"><a href="{catrow.S_MOVE_UP}">{L_MOVE_UP}</a><br /><a href="{catrow.S_MOVE_DOWN}">{L_MOVE_DOWN}</a></span></td> --- 6,15 ---- <table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline"> <tr> ! <th class="thHead" height="25" colspan="5">{L_RADIOCAST_CAT_TITLE}</th> </tr> <!-- BEGIN catrow --> <tr> ! <td colspan="{catrow.COLSPAN}" class="{catrow.COLOR}" width="60%" height="25"><span class="gen">{catrow.TITLE}<br /></span><span class="gensmall">{catrow.DESC}</span></td> ! {catrow.ADD_SC} <td class="{catrow.COLOR}" align="center"><span class="genmed"><a href="{catrow.S_MOVE_UP}">{L_MOVE_UP}</a><br /><a href="{catrow.S_MOVE_DOWN}">{L_MOVE_DOWN}</a></span></td> *************** *** 20,24 **** <!-- END catrow --> <tr> ! <td class="catBottom" align="center" height="28" colspan="4"><input type="hidden" value="new" name="mode" /><input name="submit" type="submit" value="{L_CREATE_CATEGORY}" class="liteoption"></td> </tr> </table> --- 21,25 ---- <!-- END catrow --> <tr> ! <td class="catBottom" align="center" height="28" colspan="5"><form action="{S_RADIOCAST_ACTION}" method="post"><input type="hidden" value="new" name="mode" /><input name="submit" type="submit" value="{L_CREATE_RADIOCAST}" class="liteoption"></form><form action="{S_RADIOCAST_ACTION}&newcat" method="post"><input type="hidden" value="newcat" name="mode" /><input name="submit" type="submit" value="{L_CREATE_CATEGORY}" class="liteoption"></td> </tr> </table> |