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