From 8433fdfe8afdd155ff5e8725ccf98612d4c36cad Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 25 Jan 2009 22:20:00 +0000 Subject: [PATCH] normalize terminology: s/internal users/employees/ --- httemplate/browse/access_group.html | 4 ++-- httemplate/browse/access_user.html | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/httemplate/browse/access_group.html b/httemplate/browse/access_group.html index dbce14df1..cecf3d6e2 100644 --- a/httemplate/browse/access_group.html +++ b/httemplate/browse/access_group.html @@ -1,6 +1,6 @@ <% include( 'elements/browse.html', 'title' => 'Employee Groups', - 'menubar' => [ 'Internal users' => $p.'browse/access_user.html', ], + 'menubar' => [ 'View Employees' => $p.'browse/access_user.html', ], 'html_init' => $html_init, 'name' => 'employee groups', 'query' => { 'table' => 'access_group', @@ -28,7 +28,7 @@ <%once> my $html_init = - "Employee groups control access to the back-office interface.

". + "Employee groups control access to the back-office interface. Each employee can be assigned to one or more groups.

". qq!Add an employee group

!; #false laziness w/access_user.html & agent_type.cgi diff --git a/httemplate/browse/access_user.html b/httemplate/browse/access_user.html index 42f178188..321025b69 100644 --- a/httemplate/browse/access_user.html +++ b/httemplate/browse/access_user.html @@ -1,6 +1,6 @@ <% include( 'elements/browse.html', 'title' => 'Employees', - 'menubar' => [ 'Employee groups' => $p.'browse/access_group.html', ], + 'menubar' => [ 'View Employee groups' => $p.'browse/access_group.html', ], 'html_init' => $html_init, 'name' => 'employees', 'disableable' => 1, @@ -22,8 +22,8 @@ die "access denied" unless $FS::CurrentUser::CurrentUser->access_right('Configuration'); my $html_init = - "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

!; + "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 { -- 2.11.0