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=ee5f25db80344d9c12ff161e05aa38f1e4964cf7;hp=0000000000000000000000000000000000000000;hb=b65b8096089410001dfbcd35f9a56f9405b9f5f1;hpb=19b0c403fbf697a1de92f12abc8a2104daca07bc diff --git a/httemplate/edit/hardware_status.html b/httemplate/edit/hardware_status.html new file mode 100644 index 000000000..ee5f25db8 --- /dev/null +++ b/httemplate/edit/hardware_status.html @@ -0,0 +1,16 @@ +<% include( 'elements/edit.html', + 'name' => 'Hardware Status', + 'table' => 'hardware_status', + 'labels' => { + 'statusnum' => 'Status number', + 'label' => 'Description' , + }, + 'viewall_dir' => 'browse', + ) +%> +<%init> + +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('Configuration'); + +