diff options
author | mark <mark> | 2011-04-29 08:58:19 +0000 |
---|---|---|
committer | mark <mark> | 2011-04-29 08:58:19 +0000 |
commit | 91fd4ea0e91ee9e6717e0b12e01eebb8f8b21322 (patch) | |
tree | 9d2cb55cb767422e00e6cadd6c91714a77e87943 /httemplate/edit/hardware_status.html | |
parent | 4cd3537f6e3e14a596c67478bb83b2095303ec50 (diff) |
svc_dish and svc_hardware fixes, #11454
Diffstat (limited to 'httemplate/edit/hardware_status.html')
-rw-r--r-- | httemplate/edit/hardware_status.html | 24 |
1 files changed, 16 insertions, 8 deletions
diff --git a/httemplate/edit/hardware_status.html b/httemplate/edit/hardware_status.html index ee5f25db8..23e5b6eba 100644 --- a/httemplate/edit/hardware_status.html +++ b/httemplate/edit/hardware_status.html @@ -1,12 +1,20 @@ <% include( 'elements/edit.html', - 'name' => 'Hardware Status', - 'table' => 'hardware_status', - 'labels' => { - 'statusnum' => 'Status number', - 'label' => 'Description' , - }, - 'viewall_dir' => 'browse', - ) + 'name_singular' => 'Hardware Status', + 'table' => 'hardware_status', + 'labels' => { + 'statusnum' => 'Status number', + 'label' => 'Description' , + 'disabled' => 'Disable status' + }, + 'fields' => [ + 'label', + { field => 'disabled', + type => 'checkbox', + value => 'Y', + }, + ], + 'viewall_dir' => 'browse', + ) %> <%init> |