From: <vb...@us...> - 2002-09-14 15:19:15
|
Update of /cvsroot/webnotes/webnotes/lang In directory usw-pr-cvs1:/tmp/cvs-serv25899/lang Modified Files: strings_english.php Log Message: - Removed the admin page and integrated it into the admin menu. - Added a Manage Users page (still under development) - Changed the main page to be admin_pending.php - Added error message if login information is incorrect. - Movings towards using styles rather than hard-coded formatting. Index: strings_english.php =================================================================== RCS file: /cvsroot/webnotes/webnotes/lang/strings_english.php,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- strings_english.php 11 Sep 2002 09:49:54 -0000 1.6 +++ strings_english.php 14 Sep 2002 15:19:12 -0000 1.7 @@ -26,8 +26,10 @@ ### admin.php $s_admin_title = "Admin"; - $s_index_files = "Index Files"; - $s_view_queue = "View Queue"; + $s_index_files = 'Manage Documents'; + $s_manage_users = 'Manage Users'; + $s_view_queue = 'Moderate Notes'; + $s_manage_notes = 'Manage Notes'; $s_change_password = "Change Password"; ### admin_change_password.php |