diff options
author | mark <mark> | 2012-02-16 02:13:00 +0000 |
---|---|---|
committer | mark <mark> | 2012-02-16 02:13:00 +0000 |
commit | 825422583d2d510c0f552c513bef4cc1ac921950 (patch) | |
tree | b48078d8a2347212fbb5ad8eb92c99c5782afb2b /httemplate/search/report_svc_hardware.html | |
parent | a7edb84851d2238c7ec449483f5bd34e40813ccd (diff) |
svc_hardware revision number, #16266
Diffstat (limited to 'httemplate/search/report_svc_hardware.html')
-rwxr-xr-x | httemplate/search/report_svc_hardware.html | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/httemplate/search/report_svc_hardware.html b/httemplate/search/report_svc_hardware.html index 07a6241e3..61ba4ab8a 100755 --- a/httemplate/search/report_svc_hardware.html +++ b/httemplate/search/report_svc_hardware.html @@ -7,15 +7,19 @@ <TH CLASS="background" COLSPAN=2 ALIGN="left"><FONT SIZE="+1">Search options</FONT></TH> </TR> - <TR><TD> - <% include('/elements/selectlayers.html', - 'field' => 'classnum', - 'label' => '', - 'options' => \@classnums, - 'labels' => \%class_labels, - 'layer_callback' => \&layer_callback, - 'html_between' => '</TD><TD>', - ) %> + <& /elements/tr-td-label.html, label => 'Device type' &> +%# <% include('/elements/selectlayers.html', +%# 'field' => 'classnum', +%# 'label' => '', +%# 'options' => \@classnums, +%# 'labels' => \%class_labels, +%# 'layer_callback' => \&layer_callback, +%# 'html_between' => '</TD><TD>', +%# ) %> + <TD> + <& /elements/select-hardware_type.html, + 'empty_label' => '(all)' + &> </TD></TR> <% include('/elements/tr-input-text.html', @@ -71,6 +75,7 @@ sub layer_callback { include('/elements/select-hardware_type.html', 'field' => 'classnum'.$classnum.'typenum', 'classnum' => $classnum, + 'prefix' => $classnum, 'empty_label' => 'any', ); } |