From 0d4b0b2cf4be896167ff411d22125c378573b762 Mon Sep 17 00:00:00 2001 From: aurynn_cmd Date: Tue, 18 Sep 2007 21:16:17 +0000 Subject: Creation of Edit/Create user templates. Addition of a Cancel button to the admin.pl, which take one back to the initial page. git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1634 4979c152-3d1c-0410-bac9-87ea11338e46 --- UI/Admin/edit_group.html | 12 ++-- UI/Admin/edit_user.html | 143 +++++++++++++++++++++++++++++++++++++++++++++++ UI/Admin/main.html | 10 ++-- 3 files changed, 156 insertions(+), 9 deletions(-) (limited to 'UI/Admin') diff --git a/UI/Admin/edit_group.html b/UI/Admin/edit_group.html index 11eb98dc..94a795c1 100644 --- a/UI/Admin/edit_group.html +++ b/UI/Admin/edit_group.html @@ -1,13 +1,17 @@ - +
Edit User
- +
Create User
- + -
\ No newline at end of file +
+ + + +
\ No newline at end of file diff --git a/UI/Admin/edit_user.html b/UI/Admin/edit_user.html index e69de29b..6bdcb8cf 100644 --- a/UI/Admin/edit_user.html +++ b/UI/Admin/edit_user.html @@ -0,0 +1,143 @@ +
+ + + + Edit User + + New User + + + + +
+ + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ First Name : +
+ Last Name : +
+ Employee # : +
+ Username : +
Company Name + +
+ Address + + +
+ +
+ +
City + +
City + +
State/Province + +
Zip/Postal code + +
Country + +
Contact Information
Home Phone + +
Work Phone + +
Email + +
+ + + + + + +
+
+
\ No newline at end of file diff --git a/UI/Admin/main.html b/UI/Admin/main.html index 2881878e..a7e07c73 100644 --- a/UI/Admin/main.html +++ b/UI/Admin/main.html @@ -9,7 +9,7 @@ -
+ @@ -44,10 +44,10 @@
- - - - + + + +
\ No newline at end of file -- cgit v1.2.3