ezmlm-web/template/config_options/trailer.cs

8 lines
361 B
C#
Raw Normal View History

<!-- REMOVE --><?cs include:TemplateDir + '/macros.cs' ?>
2006-01-04 01:39:44 +01:00
<!-- trailing text -->
<?cs call:checkbox("t") ?>
<?cs if:(Data.List.Options.t == 1) ?>
<!-- turn off trailer, if "-t" is not activated, as it will be
2006-01-04 01:39:44 +01:00
removed during the next config_update -->
<ul><pre style="background: #eed;"><?cs var:html_escape(Data.List.TrailingText) ?></pre></ul><?cs /if ?>