Added the navigation box (see email).
[cocanwiki.git] / templates / edit_host_settings_form.html
index 415c05b..7911959 100644 (file)
@@ -17,6 +17,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">