summaryrefslogtreecommitdiff
path: root/httemplate/elements/tr-select-alarm_type.html
blob: b929fb8e6dd930eeca277510b8766c890bb80360 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
% #if ( scalar(@domains) < 2 ) {
% #} else {
  <TR>
    <TD ALIGN="right"><% $opt{'label'} || 'Type' %></TD>
    <TD>
      <% include( '/elements/select-alarm_type.html', %opt) %>
    </TD>
   </TR>
% #}
<%init>
  my %opt = @_;
</%init>