BIG, experimental patch.
[cocanwiki.git] / templates / users.html
index 983e386..bc0d823 100644 (file)
@@ -18,7 +18,7 @@
 <th rowspan="2"> Username </th>
 <th rowspan="2"> Email address </th>
 <th rowspan="2"> Registration </th>
-<th colspan="5"> Permissions </th>
+<th colspan="6"> Permissions </th>
 </tr>
 <tr>
 <th> Edit </th>
@@ -26,6 +26,7 @@
 <th> Manage contacts </th>
 <th> Manage site </th>
 <th> Edit global stylesheet </th>
+<th> Import mail </th>
 </tr>
 
 ::table(users)::
@@ -38,6 +39,7 @@
 <td> ::if(can_manage_contacts)::<img src="/_graphics/tick.png" width="10" height="10" alt="Can manage contacts"/>::end:: </td>
 <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>
 </tr>
 ::end::
 
@@ -122,6 +124,15 @@ the look and feel of the site across all pages.
 
 </dd>
 
+<dt> <strong>Import mail</strong> </dt>
+<dd>
+
+<p>
+If set, user may import e-mail.
+</p>
+
+</dd>
+
 </dl>
 
 <ul id="topmenu" class="menu">