summaryrefslogtreecommitdiff
path: root/httemplate/edit/radius_group.html
blob: 80e17ed8381b30ed3b468f64412466d2d3d97ece (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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>