X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fbrowse%2Faccess_user.html;h=321025b6932953f9f5a3a905b475e9e38e141db1;hb=04a69f9d197efee6fa396bd35d04ae553e669978;hp=83fc36329767d560f63d09a8add3d4b0cf03fb91;hpb=eb4ff7f73c5d4bdf74a3472448b5a195598ff4cd;p=freeside.git diff --git a/httemplate/browse/access_user.html b/httemplate/browse/access_user.html index 83fc36329..321025b69 100644 --- a/httemplate/browse/access_user.html +++ b/httemplate/browse/access_user.html @@ -1,10 +1,8 @@ <% include( 'elements/browse.html', - 'title' => 'Internal Users', - 'menubar' => [ #'Main menu' => $p, - 'Internal access groups' => $p.'browse/access_group.html', - ], + 'title' => 'Employees', + 'menubar' => [ 'View Employee groups' => $p.'browse/access_group.html', ], 'html_init' => $html_init, - 'name' => 'internal users', + 'name' => 'employees', 'disableable' => 1, 'disabled_statuspos' => 2, 'query' => { 'table' => 'access_user', @@ -24,8 +22,8 @@ die "access denied" unless $FS::CurrentUser::CurrentUser->access_right('Configuration'); my $html_init = - "Internal users have access to the back-office interface. Typically, this is your employees and contractors, but in a VISP setup, you can also add accounts for your reseller's employees. It is highly recommended to add a separate account for each person rather than using role accounts.

". - qq!Add an internal user

!; + "Employees have access to the back-office interface. Typically, this is your employees and contractors. In a virtualized setup, you can also add accounts for your reseller's employees.

It is highly recommended to add a separate account for each person rather than using role accounts.

". + qq!Add an employee

!; #false laziness w/access_group.html & agent_type.cgi my $groups_sub = sub {