diff options
author | ivan <ivan> | 2007-11-30 01:24:19 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-11-30 01:24:19 +0000 |
commit | 581563335009a706a8cb9f249680a18b81c0c97e (patch) | |
tree | 252767292094d6e99a294be4c9fa79691406b957 | |
parent | 650474b700972df74f1257de26092ac03aafc6eb (diff) |
update inline documentation
-rw-r--r-- | httemplate/browse/access_user.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/browse/access_user.html b/httemplate/browse/access_user.html index 8eb3e330a..397e64a5d 100644 --- a/httemplate/browse/access_user.html +++ b/httemplate/browse/access_user.html @@ -23,7 +23,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 <B>highly recommended</B> to add a <B>separate account for each person</B> rather than using role accounts.<BR><BR>". + "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>". qq!<A HREF="${p}edit/access_user.html"><I>Add an internal user</I></A><BR><BR>!; #false laziness w/part_pkg.cgi |