Bumped version for release.
[cocanwiki.git] / templates / edit_host_settings_form.html
index 415c05b..77e2419 100644 (file)
@@ -4,6 +4,7 @@
 <title>Edit global settings</title>
 <meta name="author" content="http://www.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"/>
 </head><body>
 
 <h1>Edit global settings</h1>
@@ -17,6 +18,7 @@
 <tr>
 <th> Global permissions: </th>
 <td>
+<input type="checkbox" name="view_anon" value="1" ::if(view_anon)::checked="checked"::end:: id="view_anon"/><label for="view_anon">Allow anyone to see the site</label> <br/>
 <input type="checkbox" name="edit_anon" value="1" ::if(edit_anon)::checked="checked"::end:: id="edit_anon"/><label for="edit_anon">Allow anonymous edits</label> <br/>
 <input type="checkbox" name="create_account_anon" value="1" ::if(create_account_anon)::checked="checked"::end:: id="create_account_anon"/><label for="create_account_anon">Allow anyone to create accounts</label>
 </td>
 </td>
 </tr>
 <tr>
+<th> Navigation box: </th>
+<td>
+<input type="checkbox" name="navigation" value="1" ::if(navigation)::checked="checked"::end:: id="navigation"/><label for="navigation">Navigation box on each page</label>
+</td>
+</tr>
+<tr>
 <th> Theme: </th>
 <td>
 <select name="theme_css">