summaryrefslogtreecommitdiff
path: root/httemplate/edit/radius_group.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/edit/radius_group.html')
-rw-r--r--httemplate/edit/radius_group.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/httemplate/edit/radius_group.html b/httemplate/edit/radius_group.html
new file mode 100644
index 000000000..80e17ed83
--- /dev/null
+++ b/httemplate/edit/radius_group.html
@@ -0,0 +1,16 @@
+<& elements/edit.html,
+ 'name' => 'RADIUS Group',
+ 'table' => 'radius_group',
+ 'labels' => {
+ 'groupnum' => 'Group',
+ 'groupname' => 'RADIUS Group',
+ 'description' => 'Description',
+ },
+ 'viewall_dir' => 'browse',
+&>
+<%init>
+
+die "access denied"
+ unless $FS::CurrentUser::CurrentUser->access_right('Configuration');
+
+</%init>