X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=httemplate%2Fbrowse%2Faccess_group.html;fp=httemplate%2Fbrowse%2Faccess_group.html;h=cecf3d6e234b6a590a36cac617ddababe5c23516;hb=8433fdfe8afdd155ff5e8725ccf98612d4c36cad;hp=dbce14df15831760c29a28af254f1715403b4491;hpb=ca9154e5112d1f564c217fb958b3b979013b5967;p=freeside.git 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