|
From: Eloi G. <ada...@us...> - 2008-11-23 06:08:04
|
Update of /cvsroot/phpwebsite-comm/modules/article/templates In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv11690/templates Modified Files: edit_permissions.tpl Log Message: Group selector lists wil now not show if there aren't any groups Index: edit_permissions.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/templates/edit_permissions.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** edit_permissions.tpl 18 Nov 2008 05:00:16 -0000 1.1 --- edit_permissions.tpl 23 Nov 2008 06:07:51 -0000 1.2 *************** *** 46,55 **** --- 46,58 ---- {VIEW_PERMISSION_3} {VIEW_PERMISSION_3_LABEL} </td> + <!-- BEGIN viewgroupSelectorBox --> <td> <div id="view_groups" style="border:solid 1px;line-height:2em;padding:1em;white-space:nowrap">{VIEWGROUP_COL_0}</div> </td> + <!-- END viewgroupSelectorBox --> </tr> </table> </fieldset> + <!-- BEGIN editgroupSelectorBox --> <fieldset> <legend>{CHANGE_EDIT} {EDIT_SELECT_LABEL}</legend> *************** *** 65,68 **** --- 68,72 ---- </table> </fieldset> + <!-- END editgroupSelectorBox --> {SUBMIT} {CANCEL} *************** *** 71,120 **** <br /> ! <table width="100%" border="0" cellspacing="0" cellpadding="2" summary="{TBL_SUMMARY}"> ! <tr class="bg_dark" style="white-space:nowrap"> ! <th scope="col" style="text-align:center" colspan="2"> ! {TITLE_LABEL} ! </th> ! <th scope="col" width="60%"> ! {VIEW_LABEL} ! <br /> ! {EDIT_LABEL} ! </th> ! </tr> <!-- BEGIN message --> ! <tr> ! <td colspan="3"> ! {EMPTY_MESSAGE} ! </td> ! </tr> <!-- END message --> <!-- BEGIN listrows --> ! <tr class="toggle{TOGGLE}"> ! <td class="smaller"> ! {SELECTION} ! </td> ! <td class="smaller" width="40%"> ! {TITLE} ! </td> ! <td class="smaller"> ! {VIEWERS} ! <hr style="border-style:dotted" /> ! {EDITORS} <br /><br /> ! </td> ! </tr> <!-- END listrows --> ! <tr> ! <td colspan="3"> ! {BULK_ACTION} ! </td> ! </tr> ! </table> {SUBMIT} {CANCEL} --- 75,124 ---- <br /> ! <table width="100%" border="0" cellspacing="0" cellpadding="2" summary="{TBL_SUMMARY}"> ! <tr class="bg_dark" style="white-space:nowrap"> ! <th scope="col" style="text-align:center" colspan="2"> ! {TITLE_LABEL} ! </th> ! <th scope="col" width="60%"> ! {VIEW_LABEL} ! <br /> ! {EDIT_LABEL} ! </th> ! </tr> <!-- BEGIN message --> ! <tr> ! <td colspan="3"> ! {EMPTY_MESSAGE} ! </td> ! </tr> <!-- END message --> <!-- BEGIN listrows --> ! <tr class="toggle{TOGGLE}"> ! <td class="smaller"> ! {SELECTION} ! </td> ! <td class="smaller" width="40%"> ! {TITLE} ! </td> ! <td class="smaller"> ! {VIEWERS} ! <hr style="border-style:dotted" /> ! {EDITORS} <br /><br /> ! </td> ! </tr> <!-- END listrows --> ! <tr> ! <td colspan="3"> ! {BULK_ACTION} ! </td> ! </tr> ! </table> {SUBMIT} {CANCEL} |