From: ivan Date: Sun, 30 Nov 2008 23:26:44 +0000 (+0000) Subject: s/Internal Access Groups/Employee Groups/ X-Git-Tag: root_of_webpay_support~223 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=b15baa7b22f001b6ccfea302580f327d30f13706 s/Internal Access Groups/Employee Groups/ --- diff --git a/httemplate/browse/access_group.html b/httemplate/browse/access_group.html index 736ab9c62..dbce14df1 100644 --- a/httemplate/browse/access_group.html +++ b/httemplate/browse/access_group.html @@ -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.

". - qq!Add an internal access group

!; + "Employee groups control access to the back-office interface.

". + qq!Add an employee group

!; #false laziness w/access_user.html & agent_type.cgi my $agents_sub = sub { diff --git a/httemplate/edit/access_group.html b/httemplate/edit/access_group.html index 4686a627a..1eed26dfe 100644 --- a/httemplate/edit/access_group.html +++ b/httemplate/edit/access_group.html @@ -1,5 +1,5 @@ <% include( 'elements/edit.html', - 'name' => 'Internal Access Group', + 'name' => 'Employee Group', 'table' => 'access_group', 'labels' => { 'groupnum' => 'Group number',