About to remove the links_to constraint from the links table.
[cocanwiki.git] / templates / edit_host_settings_form.html
index a9bae54..3ad8626 100644 (file)
@@ -2,7 +2,6 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
 <title>Edit global settings</title>
-<meta name="robots" content="noindex,nofollow"/>
 <meta name="author" content="http://www.merjis.com/" />
 <link rel="stylesheet" href="::theme_css_html_tag::" type="text/css" title="Standard"/>
 </head><body>
 <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>
 </tr>
 <tr>
+<th> Managed mailing list: </th>
+<td>
+<input type="checkbox" name="mailing_list" value="1" ::if(mailing_list)::checked="checked"::end:: id="mailing_list"/><label for="mailing_list">Create a managed mailing list for this site</label>
+</td>
+</tr>
+<tr>
+<th> Search box: </th>
+<td>
+<input type="checkbox" name="search_box" value="1" ::if(search_box)::checked="checked"::end:: id="search_box"/><label for="search_box">Search box on each page</label>
+</td>
+</tr>
+<tr>
 <th> Theme: </th>
 <td>
 <select name="theme_css">