diff options
author | ivan <ivan> | 2011-01-24 02:59:48 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-01-24 02:59:48 +0000 |
commit | 407fe3e7c401c7d2a7d6c3d9a0b22415a6d0a095 (patch) | |
tree | 5296abae175abf64ceba90f32cfc8635072bab42 /httemplate/elements/tr-select-torrus_serviceid.html | |
parent | 69b3b149f2a83cf280022388b1cd37e62990c721 (diff) |
torrus, RT#10574
Diffstat (limited to 'httemplate/elements/tr-select-torrus_serviceid.html')
-rw-r--r-- | httemplate/elements/tr-select-torrus_serviceid.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/httemplate/elements/tr-select-torrus_serviceid.html b/httemplate/elements/tr-select-torrus_serviceid.html new file mode 100644 index 000000000..32eb6f77e --- /dev/null +++ b/httemplate/elements/tr-select-torrus_serviceid.html @@ -0,0 +1,10 @@ +<TR> + <TD ALIGN="right"><% $opt{'label'} || 'Torrus serviceid' %></TD> + <TD><% include('select-torrus_serviceid.html', %opt) %></TD> +</TR> + +<%init> + +my %opt = @_; + +</%init> |