[freeside-commits] freeside/httemplate/browse access_user.html, 1.9, 1.10 access_group.html, 1.7, 1.8
Ivan,,,
ivan at wavetail.420.am
Sun Jan 25 14:20:03 PST 2009
Update of /home/cvs/cvsroot/freeside/httemplate/browse
In directory wavetail.420.am:/tmp/cvs-serv13583
Modified Files:
access_user.html access_group.html
Log Message:
normalize terminology: s/internal users/employees/
Index: access_user.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/browse/access_user.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- access_user.html 30 Nov 2008 23:34:36 -0000 1.9
+++ access_user.html 25 Jan 2009 22:20:00 -0000 1.10
@@ -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 @@
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.<BR><BR>It is <B>highly recommended</B> to add a <B>separate account for each person</B> rather than using role accounts.<BR><BR>".
- qq!<A HREF="${p}edit/access_user.html"><I>Add an internal user</I></A><BR><BR>!;
+ "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.<BR><BR>It is <B>highly recommended</B> to add a <B>separate account for each person</B> rather than using role accounts.<BR><BR>".
+ qq!<A HREF="${p}edit/access_user.html"><I>Add an employee</I></A><BR><BR>!;
#false laziness w/access_group.html & agent_type.cgi
my $groups_sub = sub {
Index: access_group.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/browse/access_group.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- access_group.html 30 Nov 2008 23:26:44 -0000 1.7
+++ access_group.html 25 Jan 2009 22:20:00 -0000 1.8
@@ -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.<BR><BR>".
+ "Employee groups control access to the back-office interface. Each employee can be assigned to one or more groups.<BR><BR>".
qq!<A HREF="${p}edit/access_group.html"><I>Add an employee group</I></A><BR><BR>!;
#false laziness w/access_user.html & agent_type.cgi
More information about the freeside-commits
mailing list