summaryrefslogtreecommitdiff
path: root/UI/Admin/edit_group.html
diff options
context:
space:
mode:
authoraurynn_cmd <aurynn_cmd@4979c152-3d1c-0410-bac9-87ea11338e46>2007-09-18 21:16:17 +0000
committeraurynn_cmd <aurynn_cmd@4979c152-3d1c-0410-bac9-87ea11338e46>2007-09-18 21:16:17 +0000
commit0d4b0b2cf4be896167ff411d22125c378573b762 (patch)
tree3b20fed1e21741a53807e03c64f0e5c176c69b58 /UI/Admin/edit_group.html
parent2e513eecb022613bfea6e040a4a21897316d5585 (diff)
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
Diffstat (limited to 'UI/Admin/edit_group.html')
-rw-r--r--UI/Admin/edit_group.html12
1 files changed, 8 insertions, 4 deletions
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 @@
<?lsmb import base.html?>
-<?lsmb if user.username ?>
+<?lsmb IF user.username ?>
<center><b>Edit User</b></center>
-<?lsmb else ?>
+<?lsmb ELSE ?>
<center><b>Create User</b></center>
-<?lsmb endif ?>
+<?lsmb ENDIF ?>
-<form name="submit_user" action="/admin.pl?"></form> \ No newline at end of file
+<form name="submit_user" action="/admin.pl?">
+
+
+
+</form> \ No newline at end of file