From: ivan Date: Sun, 30 Nov 2008 23:34:36 +0000 (+0000) Subject: s/Internal Users/Employees/ X-Git-Tag: root_of_webpay_support~222 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=2315bce072580d129ab77a46b522486dc2f0e398 s/Internal Users/Employees/ --- diff --git a/httemplate/browse/access_user.html b/httemplate/browse/access_user.html index 2aa752b73..42f178188 100644 --- a/httemplate/browse/access_user.html +++ b/httemplate/browse/access_user.html @@ -1,8 +1,8 @@ <% include( 'elements/browse.html', - 'title' => 'Internal Users', - 'menubar' => [ 'Internal access groups' => $p.'browse/access_group.html', ], + 'title' => 'Employees', + 'menubar' => [ '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', @@ -22,7 +22,7 @@ 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. 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.

". + "Employees have access to the back-office interface. Typically, this is your employees and contractors. 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

!; #false laziness w/access_group.html & agent_type.cgi diff --git a/httemplate/edit/access_user.html b/httemplate/edit/access_user.html index 224d8d722..a91e6a852 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',