8 lines
344 B
C#
8 lines
344 B
C#
<!-- 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 ?>
|