diff options
author | ivan <ivan> | 2006-08-07 02:44:29 +0000 |
---|---|---|
committer | ivan <ivan> | 2006-08-07 02:44:29 +0000 |
commit | 7aae40398f1c8ed42424f1694640c9796a580d22 (patch) | |
tree | e976d4331ca7c117ac96df47c7f1b7b6c2bb5ccf /httemplate/edit/access_user.html | |
parent | 786b78c646f892e1ae80006fb7870960780ea5db (diff) |
add internal user disable-ing
Diffstat (limited to 'httemplate/edit/access_user.html')
-rw-r--r-- | httemplate/edit/access_user.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/edit/access_user.html b/httemplate/edit/access_user.html index 2b19dbf7b..fb2a97196 100644 --- a/httemplate/edit/access_user.html +++ b/httemplate/edit/access_user.html @@ -6,6 +6,7 @@ { field=>'_password', type=>'password' }, 'last', 'first', + { field=>'disabled', type=>'checkbox', value=>'Y' }, ], 'labels' => { 'usernum' => 'User number', @@ -13,6 +14,7 @@ '_password' => 'Password', 'last' => 'Last name', 'first' => 'First name', + 'disabled' => 'Disable employee', }, 'viewall_dir' => 'browse', 'html_bottom' => |