2005-12-25 17:12:31 +01:00
|
|
|
<div class="title">
|
|
|
|
<h1><?cs var:html_escape(Lang.Title.ConfigMain) ?></h1>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="introduction">
|
|
|
|
<p><?cs var:html_escape(Lang.Introduction.ConfigMain) ?></p>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<fieldset class="form">
|
|
|
|
<legend><?cs var:html_escape(Lang.Legend.ConfigMain) ?> </legend>
|
|
|
|
|
2006-03-29 23:13:14 +02:00
|
|
|
<form method="post" action="<?cs call:link("","","","","","") ?>" enctype="application/x-www-form-urlencoded">
|
2005-12-25 17:12:31 +01:00
|
|
|
<input type="hidden" name="config_subset" value="main" />
|
|
|
|
|
2006-03-29 23:13:14 +02:00
|
|
|
<?cs call:show_options(UI.Options.Config.Main) ?>
|
2005-12-25 17:12:31 +01:00
|
|
|
|
2006-03-29 23:13:14 +02:00
|
|
|
<!-- include default form values -->
|
|
|
|
<?cs include:TemplateDir + '/form_common.cs' ?>
|
2006-01-06 22:53:45 +01:00
|
|
|
|
2006-03-29 23:13:14 +02:00
|
|
|
<input type="hidden" name="action" value="config_do" />
|
|
|
|
<button type="submit" name="send" value="do"><?cs var:html_escape(Lang.Buttons.UpdateConfiguration) ?></button>
|
2005-12-25 17:12:31 +01:00
|
|
|
|
|
|
|
</form>
|
|
|
|
|
|
|
|
</fieldset>
|