From 7aef2e455fe8a4722036f231ee8609ac63b2a9c9 Mon Sep 17 00:00:00 2001 From: mark Date: Thu, 10 Nov 2011 21:40:25 +0000 Subject: RADIUS groups for svc_broadband, #14695 --- httemplate/elements/tr-select-radius_group.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 httemplate/elements/tr-select-radius_group.html (limited to 'httemplate/elements/tr-select-radius_group.html') 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 ) %> + > + <% include( '/elements/select-radius_group.html', %opt ) %> + + +<%init> + +my( %opt ) = @_; +my $style = $opt{'cell_style'} ? 'STYLE="'. $opt{'cell_style'}. '"' : ''; + + -- cgit v1.2.1