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