summaryrefslogtreecommitdiff
path: root/httemplate/elements/tr-select-hardware_type.html
blob: b51afc0a5acecf24e5ad7022a1481debbfe7de58 (plain)
1
2
3
4
5
6
7
8
9
10
11
<% include('/elements/tr-td-label.html',
     'label'    => $opt{'label'} || 'Device type: ',
     'required' => $opt{'required'} ) %>
  <TD><% include('select-hardware_type.html', %opt) %></TD>
</TR>

<%init>

my %opt = @_;

</%init>