new release 3.1.2
This commit is contained in:
parent
2643a63bf2
commit
13ce954e48
84 changed files with 4798 additions and 0 deletions
8
ezmlm-web-3.1.2/template/config_options/trailer.cs
Normal file
8
ezmlm-web-3.1.2/template/config_options/trailer.cs
Normal file
|
@ -0,0 +1,8 @@
|
|||
<!-- trailing text -->
|
||||
<?cs call:checkbox("t") ?>
|
||||
<?cs if:(Data.List.Options.t == 1) ?>
|
||||
<!-- turn off trailaer, if "-t" 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><?cs /if ?>
|
Loading…
Add table
Add a link
Reference in a new issue