From: Don S. <ri...@us...> - 2004-03-29 04:18:14
|
Update of /cvsroot/phpwsbb/phpwsbb/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19853/templates Modified Files: edit_user_settings.tpl Added Files: delete.tpl Removed Files: delete_forum.tpl delete_message.tpl delete_thread.tpl Log Message: Changes for RFE #862993 and consolidated delete templates --- delete_forum.tpl DELETED --- --- NEW FILE: delete.tpl --- {START_FORM} {MESSAGE}<br /><br /> {OPTION_NO}  {OPTION_YES} {END_FORM} --- delete_message.tpl DELETED --- Index: edit_user_settings.tpl =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/templates/edit_user_settings.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** edit_user_settings.tpl 23 Mar 2004 03:57:46 -0000 1.2 --- edit_user_settings.tpl 29 Mar 2004 04:06:47 -0000 1.3 *************** *** 5,8 **** --- 5,9 ---- <!-- END MONITORDEFAULT_WARNING --> {SETTINGS_SUSPENDMONITORS} {SUSPENDMONITORS_TEXT} {SUSPENDMONITORS_HELP}<br /> + {REMOVEALLMONITORS} {REMOVEALLMONITORS_HELP}<br /> <br /> {SETTINGS_SAVE} --- delete_thread.tpl DELETED --- |