X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fedit%2Faccess_group.html;h=b5757afca0121420c77898562557115fbed7f4b8;hp=4686a627ae16b5df250a21ad65b53b5f7fa79dc0;hb=793956b8a0c19d7d39103e94235b0ca13f0f3e84;hpb=c648976f0b7975f2328ebd7ba8c711fad0ca4195 diff --git a/httemplate/edit/access_group.html b/httemplate/edit/access_group.html index 4686a627a..b5757afca 100644 --- a/httemplate/edit/access_group.html +++ b/httemplate/edit/access_group.html @@ -1,5 +1,5 @@ <% include( 'elements/edit.html', - 'name' => 'Internal Access Group', + 'name' => 'Employee Group', 'table' => 'access_group', 'labels' => { 'groupnum' => 'Group number', @@ -18,6 +18,9 @@ tie my %rights, 'Tie::IxHash', FS::AccessRight->rights_info; <%init> +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('Configuration'); + my $html_bottom_sub = sub { my $access_group = shift;