Merge branch 'master' of git.freeside.biz:/home/git/freeside
[freeside.git] / httemplate / elements / select-alarm_type.html
1 <% include( '/elements/select-table.html',
2     'table'       => 'alarm_type',
3     'name_col'    => 'typename',
4     'order_by'    => 'ORDER BY inputs, outputs',
5     'empty_label' => 'Select type',
6     @_,
7    )
8 %>