ezmlm-web/template/config_archive.cs

24 lines
649 B
C#
Raw Permalink Normal View History

2005-12-25 17:12:31 +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>
2007-04-09 17:56:00 +02:00
<fieldset>
2005-12-25 17:12:31 +01:00
<legend><?cs var:html_escape(Lang.Legend.ConfigArchive) ?> </legend>
<?cs call:form_header("config_archive") ?>
2005-12-25 17:12:31 +01:00
<input type="hidden" name="config_subset" value="archive" />
<?cs call:show_options(UI.Options.Config.Archive) ?>
<ul><li>
<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>
2005-12-25 17:12:31 +01:00
</form>
</fieldset>