2005-12-22 08:45:03 +01:00
|
|
|
<div class="title">
|
2005-12-23 19:10:08 +01:00
|
|
|
<h1><?cs var:html_escape(Lang.Title.ConfigProcess) ?></h1>
|
2005-12-22 08:45:03 +01:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="introduction">
|
2005-12-23 19:10:08 +01:00
|
|
|
<p><?cs var:html_escape(Lang.Introduction.ConfigProcess) ?></p>
|
2005-12-22 08:45:03 +01:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<fieldset class="form">
|
2005-12-23 19:10:08 +01:00
|
|
|
<legend><?cs var:html_escape(Lang.Legend.ConfigProcess) ?> </legend>
|
2005-12-22 08:45:03 +01:00
|
|
|
|
|
|
|
<form method="post" action="<?cs var:ScriptName ?>" enctype="application/x-www-form-urlencoded">
|
2005-12-23 19:10:08 +01:00
|
|
|
<input type="hidden" name="config_subset" value="processing" />
|
2005-12-22 08:45:03 +01:00
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
|
|
|
<!-- subject prefix -->
|
|
|
|
<li><?cs call:checkbox("f") ?>
|
|
|
|
<ul><li><input type="text" name="prefix" value="<?cs
|
|
|
|
var:html_escape(Data.List.Prefix) ?>" size="70" />
|
|
|
|
</li></ul></li>
|
|
|
|
|
|
|
|
<!-- trailing text -->
|
|
|
|
<li><?cs call:checkbox("t") ?>
|
2005-12-24 11:01:08 +01:00
|
|
|
<?cs if:(Data.List.Options.t == 1) ?>
|
2005-12-22 08:45:03 +01:00
|
|
|
<!-- turn off mimermove, if "-x" is not activated, as it will be
|
|
|
|
removed during the next config_update -->
|
|
|
|
<ul><li><textarea name="trailing_text" rows="3" cols="72"><?cs
|
|
|
|
var:html_escape(Data.List.TrailingText) ?></textarea></li>
|
|
|
|
</ul></li><?cs /if ?>
|
|
|
|
|
|
|
|
<!-- from address -->
|
|
|
|
<li><?cs call:setting("3") ?></li>
|
|
|
|
|
|
|
|
<!-- mimeremove and mimereject -->
|
|
|
|
<li><?cs call:checkbox("x") ?>
|
|
|
|
<?cs if:(Data.List.Options.x == 1) ?><ul>
|
|
|
|
<!-- turn off mimermove, if "-x" is not activated, as it will be
|
|
|
|
removed during the next config_update -->
|
|
|
|
<li><?cs var:html_escape(Lang.Misc.MimeRemove) ?>:<br/>
|
|
|
|
<textarea name="mimeremove" rows="4" cols="70"><?cs
|
|
|
|
var:html_escape(Data.List.MimeRemove) ?></textarea></li>
|
|
|
|
</ul></li><?cs /if ?>
|
|
|
|
|
|
|
|
<!-- headerremove -->
|
|
|
|
<li><?cs var:html_escape(Lang.Misc.HeaderRemove) ?>:<br/>
|
|
|
|
<ul><li><textarea name="headerremove" rows="5" cols="70"><?cs
|
|
|
|
var:html_escape(Data.List.HeaderRemove) ?></textarea></li></ul></li>
|
|
|
|
|
|
|
|
<!-- headeradd -->
|
|
|
|
<li><?cs var:html_escape(Lang.Misc.HeaderAdd) ?>:<br/>
|
|
|
|
<ul><li><textarea name="headeradd" rows="5" cols="70"><?cs
|
|
|
|
var:html_escape(Data.List.HeaderAdd) ?></textarea></li></ul></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>
|
|
|
|
|
|
|
|
<?cs include:TemplateDir + '/help_tag_susbtitution.cs' ?>
|