ezmlm-web release:
* released source and debian file
This commit is contained in:
parent
b93f629a9c
commit
db6538cda5
161 changed files with 32232 additions and 0 deletions
24
ezmlm-web-3.3/template/config_posting.cs
Normal file
24
ezmlm-web-3.3/template/config_posting.cs
Normal 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>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue