diff options
author | ivan <ivan> | 2006-05-14 16:47:31 +0000 |
---|---|---|
committer | ivan <ivan> | 2006-05-14 16:47:31 +0000 |
commit | 2c757d7db4cb6a7b9655de13206fcc84fb7ce61f (patch) | |
tree | f01088bb60d49ee0dd3dd796d57abe219c321f7b /httemplate/index.html | |
parent | c46235292c6bf929615ac28fc48c1d5609ce4590 (diff) |
first part of ACL and re-skinning work and some other small stuff
Diffstat (limited to 'httemplate/index.html')
-rw-r--r-- | httemplate/index.html | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/httemplate/index.html b/httemplate/index.html index c8a46d08f..33083f6e5 100644 --- a/httemplate/index.html +++ b/httemplate/index.html @@ -168,7 +168,7 @@ <TR><TD> <BR> <!-- <BR>View active NAS ports: - <A HREF="browse/nas.cgi">session server</A> + <A HREF="browse/nas.cgi">session server</A> --> <!-- or <A HREF="browse/nas-sqlradius.cgi">RADIUS</A> <BR> --> <A HREF="search/queue.html">View pending job queue</A> @@ -177,7 +177,15 @@ <BR><A HREF="misc/dump.cgi">Download database dump</A> <BR><BR><CENTER><HR WIDTH="94%" NOSHADE></CENTER><BR> <A NAME="config" HREF="config/config-view.cgi">Configuration</a><!-- - <font size="+2" color="#ff0000">start here</font> --> - <BR><BR><A NAME="admin">Provisioning, services and packages</a> + <BR><BR> + <A NAME="employees">Employees</A> + <UL> + <LI><A HREF="browse/access_user.html">View/Edit employees</A> + - Setup internal users + <LI><A HREF="browse/access_group.html">View/Edit employee groups</A> + - Employee groups allow you to control access to the backend + </UL> + <A NAME="admin">Provisioning, services and packages</a> <ul> <LI><A HREF="browse/part_export.cgi">View/Edit exports</A> - Provisioning services to external machines, databases and APIs. |