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

<%init>

my %opt = @_;

</%init>