summaryrefslogtreecommitdiff
path: root/httemplate/elements/tr-select-torrus_serviceid.html
blob: 32eb6f77e177ce7def8d4e32dbd05f4318f7b0ba (plain)
1
2
3
4
5
6
7
8
9
10
<TR>
  <TD ALIGN="right"><% $opt{'label'} || 'Torrus serviceid' %></TD>
  <TD><% include('select-torrus_serviceid.html', %opt) %></TD>
</TR>

<%init>

my %opt = @_;

</%init>