[freeside-commits] freeside/httemplate/browse access_group.html, 1.6, 1.7
Ivan,,,
ivan at wavetail.420.am
Sun Nov 30 15:26:46 PST 2008
Update of /home/cvs/cvsroot/freeside/httemplate/browse
In directory wavetail.420.am:/tmp/cvs-serv32161/browse
Modified Files:
access_group.html
Log Message:
s/Internal Access Groups/Employee Groups/
Index: access_group.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/browse/access_group.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- access_group.html 13 Jan 2008 20:38:29 -0000 1.6
+++ access_group.html 30 Nov 2008 23:26:44 -0000 1.7
@@ -1,8 +1,8 @@
<% include( 'elements/browse.html',
- 'title' => 'Internal Access Groups',
+ 'title' => 'Employee Groups',
'menubar' => [ 'Internal users' => $p.'browse/access_user.html', ],
'html_init' => $html_init,
- 'name' => 'internal access groups',
+ 'name' => 'employee groups',
'query' => { 'table' => 'access_group',
'hashref' => {},
'extra_sql' => 'ORDER BY groupname', #??
@@ -28,8 +28,8 @@
<%once>
my $html_init =
- "Internal access groups control access to the back-office interface.<BR><BR>".
- qq!<A HREF="${p}edit/access_group.html"><I>Add an internal access group</I></A><BR><BR>!;
+ "Employee groups control access to the back-office interface.<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
my $agents_sub = sub {
More information about the freeside-commits
mailing list