[freeside-commits] freeside/httemplate/browse access_user.html, 1.8, 1.9
Ivan,,,
ivan at wavetail.420.am
Sun Nov 30 15:34:38 PST 2008
Update of /home/cvs/cvsroot/freeside/httemplate/browse
In directory wavetail.420.am:/tmp/cvs-serv32293/browse
Modified Files:
access_user.html
Log Message:
s/Internal Users/Employees/
Index: access_user.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/browse/access_user.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- access_user.html 13 Jan 2008 20:38:29 -0000 1.8
+++ access_user.html 30 Nov 2008 23:34:36 -0000 1.9
@@ -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 @@
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.<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>".
+ "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>!;
#false laziness w/access_group.html & agent_type.cgi
More information about the freeside-commits
mailing list