add no export option to bulk service changes, RT#13439
[freeside.git] / httemplate / edit / radius_group.html
1 <& elements/edit.html,
2                  'name'   => 'RADIUS Group',
3                  'table'  => 'radius_group',
4                  'labels' => { 
5                                'groupnum'  => 'Group',
6                                'groupname' => 'RADIUS Group',
7                                'description' => 'Description',
8                              },
9                  'viewall_dir' => 'browse',
10 &>
11 <%init>
12
13 die "access denied"
14   unless $FS::CurrentUser::CurrentUser->access_right('Configuration');
15
16 </%init>