From: <vb...@us...> - 2002-09-06 17:03:43
|
Update of /cvsroot/webnotes/webnotes/lang In directory usw-pr-cvs1:/tmp/cvs-serv1513/lang Modified Files: strings_english.php Log Message: - Some items were moved from the ROADMAP to webnotes.sf.net/mantis - Added action.php page to allow executing actions through links. - Added link_api.php to easily construct the links to trigger such actions. - Implemented admin_pending.php to allow the moderator to view all notes (grouped by page), and be able to accept/reject in any order. - Change the admin.php to link to admin_pending.php, this is much better for accepting / rejecting, but this causes the loss of the edit functionality (for now). - Moved css_inc.php to core/ - Added some strings to English language - Modified .cvsignore files to ignore PHPEdit temporary files. Index: strings_english.php =================================================================== RCS file: /cvsroot/webnotes/webnotes/lang/strings_english.php,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- strings_english.php 4 Sep 2002 13:36:58 -0000 1.3 +++ strings_english.php 6 Sep 2002 17:03:38 -0000 1.4 @@ -92,4 +92,11 @@ $s_email = "Email"; $s_note = "Note"; $s_add_note_link = "Add Note"; + + ### link_api.php + $s_action_accept = 'Accept'; + $s_action_reject = 'Reject'; + $s_action_delete = 'Delete'; + $s_action_archive = 'Archive'; + $s_action_edit = 'Edit'; ?> |