2005-12-22 08:45:03 +01:00
|
|
|
<div class="title">
|
|
|
|
<h1><?cs var:html_escape(Lang.Title.ConfigArchive) ?></h1>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="introduction">
|
|
|
|
<p><?cs var:html_escape(Lang.Introduction.ConfigArchive) ?></p>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<fieldset class="form">
|
|
|
|
<legend><?cs var:html_escape(Lang.Legend.ConfigArchive) ?> </legend>
|
|
|
|
|
|
|
|
<form method="post" action="<?cs var:ScriptName ?>" enctype="application/x-www-form-urlencoded">
|
|
|
|
<input type="hidden" name="config_subset" value="archive" />
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
2005-12-23 19:10:08 +01:00
|
|
|
<!-- archive messages -->
|
|
|
|
<li><?cs call:checkbox("a") ?>
|
|
|
|
<ul>
|
|
|
|
<!-- subscripiton and archive are public -->
|
|
|
|
<li><?cs call:checkbox("p") ?></li>
|
|
|
|
|
|
|
|
<!-- only moderators may access the archive -->
|
|
|
|
<li><?cs call:checkbox("b") ?></li>
|
|
|
|
|
|
|
|
<!-- block unknown users from archive -->
|
|
|
|
<li><?cs call:checkbox("g") ?></li>
|
|
|
|
</ul></li>
|
|
|
|
|
|
|
|
<!-- remove 'no-archive' header -->
|
2005-12-22 08:45:03 +01:00
|
|
|
<li><?cs call:checkbox("i") ?></li>
|
|
|
|
|
|
|
|
<li><!-- include default form values -->
|
|
|
|
<?cs include:TemplateDir + '/form_common.cs' ?>
|
|
|
|
|
|
|
|
<input type="hidden" name="action" value="config_do" />
|
|
|
|
<button type="submit" name="send" value="do"><?cs var:html_escape(Lang.Buttons.UpdateConfiguration) ?></button></li>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
</form>
|
|
|
|
</fieldset>
|
|
|
|
|