X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fedit%2Fhardware_status.html;fp=httemplate%2Fedit%2Fhardware_status.html;h=23e5b6ebab46dfd2ac71cd86b3de176cf5a07dd5;hp=ee5f25db80344d9c12ff161e05aa38f1e4964cf7;hb=91fd4ea0e91ee9e6717e0b12e01eebb8f8b21322;hpb=4cd3537f6e3e14a596c67478bb83b2095303ec50 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>