ezmlm-web/template/config_options/trailer.cs

10 lines
401 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><li><textarea name="trailing_text" rows="3" cols="72"><?cs
var:html_escape(Data.List.TrailingText) ?></textarea></li>
</ul><?cs /if ?>