From: Shaun M. <sin...@us...> - 2006-02-04 01:51:38
|
Update of /cvsroot/phpwsbb/phpwsbb/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8787 Modified Files: editforum.tpl Log Message: Group Access restrictions Index: editforum.tpl =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/templates/editforum.tpl,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** editforum.tpl 26 Oct 2004 05:13:16 -0000 1.6 --- editforum.tpl 4 Feb 2006 01:51:29 -0000 1.7 *************** *** 40,43 **** --- 40,52 ---- <br /> + <!-- BEGIN GROUPS --> + <label> + {GROUPS_LABEL}:<br /> + {GROUPS} + </label> + <br /> + <br /> + <!-- END GROUPS --> + {FORUM_SAVE} {END_FORM} |