default to a session cookie instead of setting an explicit timeout, weird timezone...
[freeside.git] / httemplate / elements / select-hardware_class.html
1 <% include( '/elements/select-table.html',
2                  'table'         => 'hardware_class',
3                  'name_col'      => 'classname',
4                  'hashref'       => { 'disabled' => '' },
5                  %opt,
6              )
7 %>
8 <%init>
9 my %opt = @_;
10 </%init>