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