X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=templates%2Fusers.html;h=983e38616c8b243b7b191dfeb572a4b23eb06892;hb=79f907772aef608a83338589f64c10a901889b5c;hp=624fcdedcc4d983c4cc0a2fa984a610c688be96a;hpb=1bb9dd1b7a217aae3c47cc03da897427c9a8b91b;p=cocanwiki.git diff --git a/templates/users.html b/templates/users.html index 624fcde..983e386 100644 --- a/templates/users.html +++ b/templates/users.html @@ -3,7 +3,7 @@ Users - + @@ -18,11 +18,14 @@ Username Email address Registration - Permissions + Permissions Edit Manage users + Manage contacts + Manage site + Edit global stylesheet ::table(users):: @@ -32,6 +35,9 @@ ::registration_date_html:: ::if(can_edit)::Can edit::end:: ::if(can_manage_users)::Can manage users::end:: + ::if(can_manage_contacts)::Can manage contacts::end:: + ::if(can_manage_site)::Can manage site::end:: + ::if(can_edit_global_css)::Can edit global stylesheet::end:: ::end:: @@ -79,6 +85,43 @@ If set, user may: + +
Manage contacts
+
+ +

+If set, user may view and change the list of email +addresses associated with contact forms, and create +and delete contact forms. +

+ +
+ +
Manage site
+
+ +

+If set, user may: +

+ + + +
+ +
Edit global stylesheet
+
+ +

+If set, user may edit the global stylesheet which controls +the look and feel of the site across all pages. +

+ +
+ + + \ No newline at end of file