combine ticket notification scrips, #15353
[freeside.git] / httemplate / elements / tr-select-hardware_type.html
1 <TR>
2   <TD ALIGN="right"><% $opt{'label'} || 'Device type: ' %></TD>
3   <TD><% include('select-hardware_type.html', %opt) %></TD>
4 </TR>
5
6 <%init>
7
8 my %opt = @_;
9
10 </%init>