From: <vb...@us...> - 2002-10-01 03:38:31
|
Update of /cvsroot/webnotes/webnotes In directory usw-pr-cvs1:/tmp/cvs-serv6897 Modified Files: admin_manage_users_add_page.php Log Message: - Fixed the access level option list in order not to disable ANYBODY / EVERYBODY. - Change the implementation of the access levels option list in order to make it depend on the enumeration, rather than hard coding it. - Changed the title of the add user to "Add User" rather than "Update User" Index: admin_manage_users_add_page.php =================================================================== RCS file: /cvsroot/webnotes/webnotes/admin_manage_users_add_page.php,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- admin_manage_users_add_page.php 1 Oct 2002 03:06:22 -0000 1.3 +++ admin_manage_users_add_page.php 1 Oct 2002 03:38:28 -0000 1.4 @@ -32,7 +32,7 @@ <table> <tr> <th colspan="2"> - Update User + Add User </th> </tr> <tr> |