If fetching the RSS from the feed fails, keep using the old, cached
[cocanwiki.git] / templates / users.html
index 6d50aea..8f6dc30 100644 (file)
@@ -2,7 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
 <title>Users</title>
-<meta name="author" content="http://www.merjis.com/" />
+<meta name="author" content="http://merjis.com/" />
 <link rel="stylesheet" href="::theme_css_html_tag::" type="text/css" title="Standard"/>
 <link rel="alternate stylesheet" href="/_css/easytoread.css" type="text/css" title="High contrast, big fonts"/>
 <link rel="stylesheet" href="/_css/users.css" type="text/css" title="Standard"/>
@@ -28,6 +28,7 @@
 <th> Manage site </th>
 <th> Edit global stylesheet </th>
 <th> Import mail </th>
+<th> Edit macros </th>
 </tr>
 
 ::table(users)::
@@ -45,6 +46,7 @@
 <td> ::if(can_manage_site)::<img src="/_graphics/tick.png" width="10" height="10" alt="Can manage site"/>::end:: </td>
 <td> ::if(can_edit_global_css)::<img src="/_graphics/tick.png" width="10" height="10" alt="Can edit global stylesheet"/>::end:: </td>
 <td> ::if(can_import_mail)::<img src="/_graphics/tick.png" width="10" height="10" alt="Can import mail"/>::end:: </td>
+<td> ::if(can_edit_macros)::<img src="/_graphics/tick.png" width="10" height="10" alt="Can edit macros"/>::end:: </td>
 </tr>
 ::end::
 </table>
@@ -142,6 +144,16 @@ If set, user may import e-mail.
 
 </dd>
 
+<dt> <strong>Edit global stylesheet</strong> </dt>
+<dd>
+
+<p>
+If set, user may edit the <code>{{macros}}</code> which
+can affect many pages.
+</p>
+
+</dd>
+
 </dl>
 
 ::include(footer.html)::