From 8bbcb8213ae1a7bd7364cc632657d7f645b4a00a Mon Sep 17 00:00:00 2001 From: rich Date: Wed, 8 Sep 2004 12:02:29 +0000 Subject: [PATCH] Styling of users page. Explanation of permissions. --- html/_css/users.css | 17 ++++++++++++++++- templates/users.html | 50 +++++++++++++++++++++++++++++++++++++++++++++++--- 2 files changed, 63 insertions(+), 4 deletions(-) diff --git a/html/_css/users.css b/html/_css/users.css index 0d20201..87e7f64 100644 --- a/html/_css/users.css +++ b/html/_css/users.css @@ -1,4 +1,19 @@ /* Stylesheet for COCANWIKI, derived from EWM. - * $Id: users.css,v 1.1 2004/09/08 10:42:20 rich Exp $ + * $Id: users.css,v 1.2 2004/09/08 12:02:29 rich Exp $ */ +table#users { + border-collapse: collapse; +} + +table#users th { + border: 1px solid #000; + vertical-align: top; + text-align: center; + padding: 6px; +} + +table#users td { + border: 1px solid #eee; + padding: 6px; +} \ No newline at end of file diff --git a/templates/users.html b/templates/users.html index 79c2d5e..3798c53 100644 --- a/templates/users.html +++ b/templates/users.html @@ -21,13 +21,13 @@ Permissions - Can edit - Can manage users + Edit + Manage users ::table(users):: - ::name_html:: + ::name_html:: ::email_html:: ::registration_date_html:: ::if(can_edit)::Can edit::end:: @@ -37,6 +37,50 @@ +

Explanation of permissions

+ +
+
Edit
+
+

+If set, user may: +

+
    +
  • view recent changes
  • +
  • view older versions of pages
  • +
  • edit pages
  • +
  • edit stylesheets
  • +
  • upload, delete images
  • +
  • upload, delete files
  • +
  • restore old versions of pages
  • +
+ +

+Important note: +If your site is configured as a wiki then anybody has +edit permissions, regardless of whether they are logged in, +and regardless of the setting of the Edit permission. +Ask the web server administrator about this setting. +

+
+ +
Manage users
+
+ +

+If set, user may: +

+ +
    +
  • view list of users
  • +
  • edit user permissions
  • +
  • delete users
  • +
  • create user accounts
  • +
+ +
+
+