From 5bc18ff34488dc81e0c9653f3d05ee0de7e4bcd2 Mon Sep 17 00:00:00 2001 From: Colin Smith Date: Tue, 8 Mar 2005 03:10:43 +0000 Subject: Proofreading. --- usr/local/www/services_usermanager.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'usr') diff --git a/usr/local/www/services_usermanager.php b/usr/local/www/services_usermanager.php index f28e8f2..bf5f7c6 100755 --- a/usr/local/www/services_usermanager.php +++ b/usr/local/www/services_usermanager.php @@ -50,7 +50,7 @@ if(isset($_POST['save'])){ } } if($_POST['username']=="" || trim($_POST['password1'])==""){ - $input_errors[] = "username and password must not be empty!"; + $input_errors[] = "Username and password must not be empty!"; $_GET['act']="new"; } else { write_config(); @@ -114,35 +114,35 @@ if($_GET['act']=="new" || $_GET['act']=="edit"){
- Username to be used + Enter the desired username. Password ">
- Password for the user + Enter the desired password. - confirm Password + Password confirmation ">
- Confirm the above Password + Confirm the above password. - Full Name + Full name
- Full Name of current user, for your own information only + Enter the user's full name. Expiration Date Pick a date -
enter nothing if account doesnt expire, otherwhise enter the expiration date in us-format: mm/dd/yyyy +
Enter this acocunt's expiration date in us-format (mm/dd/yyyy) or leave this field empty for no expiration.   @@ -178,7 +178,7 @@ END;   -   +