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