|
From: Jon O. <jon...@us...> - 2005-04-09 21:41:37
|
Update of /cvsroot/mxbb/mx_kb/templates/subSilver/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1717/modules/mx_kb/templates/subSilver/admin Modified Files: kb_cat_auth_body.tpl Log Message: dev work is kept up in the dev forums... Index: kb_cat_auth_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_kb/templates/subSilver/admin/kb_cat_auth_body.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** kb_cat_auth_body.tpl 1 Feb 2005 20:45:45 -0000 1.1 --- kb_cat_auth_body.tpl 9 Apr 2005 21:41:29 -0000 1.2 *************** *** 13,18 **** <th class="thTop" nowrap="nowrap">{L_EDIT}</th> <th class="thTop" nowrap="nowrap">{L_DELETE}</th> ! <th class="thTop" nowrap="nowrap">{L_APPROVAL}</th> ! <th class="thTop" nowrap="nowrap">{L_APPROVAL_EDIT}</th> <th class="thCornerR" nowrap="nowrap">{L_IS_MODERATOR}</th> </tr> --- 13,18 ---- <th class="thTop" nowrap="nowrap">{L_EDIT}</th> <th class="thTop" nowrap="nowrap">{L_DELETE}</th> ! <!-- <th class="thTop" nowrap="nowrap">{L_APPROVAL}</th> ! <th class="thTop" nowrap="nowrap">{L_APPROVAL_EDIT}</th> --> <th class="thCornerR" nowrap="nowrap">{L_IS_MODERATOR}</th> </tr> *************** *** 38,41 **** --- 38,42 ---- <input name="delete[]" type="checkbox" {grouprow.DELETE_CHECKED} value="{grouprow.GROUP_ID}" /> </td> + <!-- <td class="row2" align="center"> <input name="approval[]" type="checkbox" {grouprow.APPROVAL_CHECKED} value="{grouprow.GROUP_ID}" /> *************** *** 44,47 **** --- 45,49 ---- <input name="approval_edit[]" type="checkbox" {grouprow.APPROVAL_EDIT_CHECKED} value="{grouprow.GROUP_ID}" /> </td> + --> <td class="row2" align="center"> <input name="moderator[]" type="checkbox" {grouprow.MODERATOR_CHECKED} value="{grouprow.GROUP_ID}" /> *************** *** 50,54 **** <!-- END grouprow --> <tr> ! <td class="catBottom" height="25" align="center" colspan="10"><input type="reset" value="{L_RESET}" class="liteoption" /> <input name="submit" type="submit" value="{L_SUBMIT}" class="mainoption" /></td> </tr> </table> --- 52,56 ---- <!-- END grouprow --> <tr> ! <td class="catBottom" height="25" align="center" colspan="8"><input type="reset" value="{L_RESET}" class="liteoption" /> <input name="submit" type="submit" value="{L_SUBMIT}" class="mainoption" /></td> </tr> </table> |