ezmlm-web release:

* released source and debian file
This commit is contained in:
lars 2008-10-12 01:36:40 +00:00
parent b93f629a9c
commit db6538cda5
161 changed files with 32232 additions and 0 deletions

View file

@ -0,0 +1,24 @@
<div class="title">
<h1><?cs var:html_escape(Lang.Title.ConfigPosting) ?></h1>
</div>
<div class="introduction">
<p><?cs var:html_escape(Lang.Introduction.ConfigPosting) ?></p>
</div>
<fieldset>
<legend><?cs var:html_escape(Lang.Legend.ConfigPosting) ?> </legend>
<?cs call:form_header("config_posting") ?>
<input type="hidden" name="config_subset" value="posting" />
<?cs call:show_options(UI.Options.Config.Posting) ?>
<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>
</form>
</fieldset>