diff options
author | aurynn_cmd <aurynn_cmd@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-09-18 21:16:17 +0000 |
---|---|---|
committer | aurynn_cmd <aurynn_cmd@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-09-18 21:16:17 +0000 |
commit | 0d4b0b2cf4be896167ff411d22125c378573b762 (patch) | |
tree | 3b20fed1e21741a53807e03c64f0e5c176c69b58 /UI/Admin/main.html | |
parent | 2e513eecb022613bfea6e040a4a21897316d5585 (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/main.html')
-rw-r--r-- | UI/Admin/main.html | 10 |
1 files changed, 5 insertions, 5 deletions
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 @@ <?lsmb IF message?> <strong><font color="red"><?lsmb message?></font></strong> <?lsmb END?> - <form name="userlist" method="POST" action="admin.pl"> + <form name="userlist" method="GET" action="admin.pl"> <table> <tr> <td></td> @@ -44,10 +44,10 @@ <hr/> <div class="buttons"> - <button name="method" value="new_user">New User</button> - <button name="method" value="new_group">New Group</button> - <button name="method" value="delete_user">Delete User</button> - <button name="method" value="delete_group">Delete Group</button> + <button name="action" value="new_user">New User</button> + <button name="action" value="new_group">New Group</button> + <button name="action" value="delete_user">Delete User</button> + <button name="action" value="delete_group">Delete Group</button> </div> </form> </div>
\ No newline at end of file |