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