From: Eloi G. <ada...@us...> - 2004-09-19 06:37:10
|
Update of /cvsroot/phpwsbb/phpwsbb/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20060/templates Modified Files: editforum.tpl view_forum_bottom.tpl Log Message: Finished forum-specific moderator feature. Index: editforum.tpl =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/templates/editforum.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** editforum.tpl 17 Dec 2003 21:07:59 -0000 1.3 --- editforum.tpl 19 Sep 2004 06:37:01 -0000 1.4 *************** *** 20,23 **** --- 20,30 ---- <!-- END CATEGORIES --> + {S_MODERATORS_LABEL}: {S_MODERATORS} + <br /> + <br /> + {MODERATORS_LABEL}<br /> + {MODERATORS} + <br /> + <br /> {FORUM_SAVE} Index: view_forum_bottom.tpl =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/templates/view_forum_bottom.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** view_forum_bottom.tpl 13 Aug 2004 21:32:38 -0000 1.1 --- view_forum_bottom.tpl 19 Sep 2004 06:37:01 -0000 1.2 *************** *** 17,18 **** --- 17,25 ---- | </span> + + <!-- BEGIN MOD_LIST --> + <br /> + <div class="smalltext"> + {MODERATORS_LABEL}: {MODERATORS} + </div> + <!-- END MOD_LIST --> |