blob: 692b3c9fdb02755c22d24f39c8bb764efc18c405 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<% include( '/elements/select-table.html',
'table' => 'hardware_class',
'name_col' => 'classname',
'hashref' => { 'disabled' => '' },
%opt,
)
%>
<%init>
my %opt = @_;
</%init>
|