X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=httemplate%2Fedit%2Faccess_user.html;h=73488ef9a6e1ba786d40ba3c81443990f92f0fa6;hb=0689d75b6c0c2d30565b64d72b276cad5b195b70;hp=065e60c4b8fc442ff99581ee0fce456607eb2016;hpb=a54aa62df5076e113134e06e11ba9776c3e60a36;p=freeside.git diff --git a/httemplate/edit/access_user.html b/httemplate/edit/access_user.html index 065e60c4b..73488ef9a 100644 --- a/httemplate/edit/access_user.html +++ b/httemplate/edit/access_user.html @@ -1,5 +1,5 @@ <% include( 'elements/edit.html', - 'name' => 'Internal User', + 'name' => 'Employee', 'table' => 'access_user', 'fields' => [ 'username', @@ -26,7 +26,7 @@ sub { my $access_user = shift; - '
Internal Access Groups
'. + '
Employee Groups
'. ntable("#cccccc",2). ''. include( '/elements/checkboxes-table.html', @@ -42,3 +42,9 @@ }, ) %> +<%init> + +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('Configuration'); + +