X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fbrowse%2Faccess_user.html;h=2aa752b7389839baffb872740e5fa84a9813b365;hb=9397fe6fb9a5cc112ec11f165f902a62d90f096b;hp=83fc36329767d560f63d09a8add3d4b0cf03fb91;hpb=eb4ff7f73c5d4bdf74a3472448b5a195598ff4cd;p=freeside.git diff --git a/httemplate/browse/access_user.html b/httemplate/browse/access_user.html index 83fc36329..2aa752b73 100644 --- a/httemplate/browse/access_user.html +++ b/httemplate/browse/access_user.html @@ -1,8 +1,6 @@ <% include( 'elements/browse.html', 'title' => 'Internal Users', - 'menubar' => [ #'Main menu' => $p, - 'Internal access groups' => $p.'browse/access_group.html', - ], + 'menubar' => [ 'Internal access groups' => $p.'browse/access_group.html', ], 'html_init' => $html_init, 'name' => 'internal users', 'disableable' => 1, @@ -24,7 +22,7 @@ die "access denied" 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, but in a VISP setup, you can also add accounts for your reseller's employees. It is highly recommended to add a separate account for each person rather than using role accounts.

". + "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.

It is highly recommended to add a separate account for each person rather than using role accounts.

". qq!Add an internal user

!; #false laziness w/access_group.html & agent_type.cgi