|
From: OryNider <ory...@us...> - 2007-08-30 03:53:51
|
Update of /cvsroot/mxbb/mx_music/templates/subSilver/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv952/admin Modified Files: music_cat_body.tpl music_cat_new_body.tpl Log Message: This will add subcategories :D Index: music_cat_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_music/templates/subSilver/admin/music_cat_body.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** music_cat_body.tpl 6 Jun 2007 20:40:12 -0000 1.1 --- music_cat_body.tpl 30 Aug 2007 03:53:33 -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_MUSIC_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_MUSIC_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_MUSIC_ACTION}" method="post"><input type="hidden" value="new" name="mode" /><input name="submit" type="submit" value="{L_CREATE_MUSIC}" class="liteoption"></form><form action="{S_MUSIC_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> Index: music_cat_new_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_music/templates/subSilver/admin/music_cat_new_body.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** music_cat_new_body.tpl 6 Jun 2007 20:40:16 -0000 1.1 --- music_cat_new_body.tpl 30 Aug 2007 03:53:33 -0000 1.2 *************** *** 4,7 **** --- 4,9 ---- <form action="{S_MUSIC_ACTION}" method="post"> + {CAT_PARENT} + {CAT_TYPE} <table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline"> <tr> |