summaryrefslogtreecommitdiff
path: root/httemplate/edit
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/edit')
-rw-r--r--httemplate/edit/elements/svc_Common.html1
-rw-r--r--httemplate/edit/hardware_type.html4
2 files changed, 3 insertions, 2 deletions
diff --git a/httemplate/edit/elements/svc_Common.html b/httemplate/edit/elements/svc_Common.html
index 0955d49c6..38716f06e 100644
--- a/httemplate/edit/elements/svc_Common.html
+++ b/httemplate/edit/elements/svc_Common.html
@@ -109,7 +109,6 @@
$f->{'hashref'} = {
'classnum'=>$columndef->columnvalue
};
- $f->{'empty_label'} = 'Select hardware type';
}
if ( $f->{'type'} eq 'select-svc_pbx'
diff --git a/httemplate/edit/hardware_type.html b/httemplate/edit/hardware_type.html
index 09a272402..717440166 100644
--- a/httemplate/edit/hardware_type.html
+++ b/httemplate/edit/hardware_type.html
@@ -6,6 +6,7 @@
'typenum' => 'Type number',
'model' => 'Device model',
'classnum' => 'Hardware class',
+ 'revision' => 'Revision',
},
'viewall_url' => $p.'browse/hardware_class.html',
)
@@ -22,7 +23,8 @@ my @fields = (
disable_empty => 1,
name_col => 'classname',
},
- 'model',
+ { field => 'model', size => 50, },
+ { field => 'revision', size => 50, },
);
</%init>