new release 3.1.2

This commit is contained in:
lars 2006-02-15 16:37:26 +00:00
parent 2643a63bf2
commit 13ce954e48
84 changed files with 4798 additions and 0 deletions

View 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 ?>