summaryrefslogtreecommitdiff
path: root/httemplate/elements/tr-select-radius_group.html
diff options
context:
space:
mode:
authormark <mark>2011-11-10 21:40:25 +0000
committermark <mark>2011-11-10 21:40:25 +0000
commit7aef2e455fe8a4722036f231ee8609ac63b2a9c9 (patch)
treee54f586e587f6b58ae2be2e342d779974212a062 /httemplate/elements/tr-select-radius_group.html
parentbf8ba5bcc6d128c3ab8e498723257ee54e1db0a7 (diff)
RADIUS groups for svc_broadband, #14695
Diffstat (limited to 'httemplate/elements/tr-select-radius_group.html')
-rw-r--r--httemplate/elements/tr-select-radius_group.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/httemplate/elements/tr-select-radius_group.html b/httemplate/elements/tr-select-radius_group.html
new file mode 100644
index 000000000..299252755
--- /dev/null
+++ b/httemplate/elements/tr-select-radius_group.html
@@ -0,0 +1,11 @@
+<% include('tr-td-label.html', label => emt('RADIUS groups'), %opt ) %>
+ <TD <% $style %>>
+ <% include( '/elements/select-radius_group.html', %opt ) %>
+ </TD>
+</TR>
+<%init>
+
+my( %opt ) = @_;
+my $style = $opt{'cell_style'} ? 'STYLE="'. $opt{'cell_style'}. '"' : '';
+
+</%init>