ezmlm-web-archiv/ezmlm-web-3.1.4/template/config_options/mime_both.cs
lars de99aa3045 v3.1.4 released
merged all changes of [222] into trunk
2006-03-26 21:08:21 +00:00

10 lines
323 B
C#

<!-- mimeremove and mimereject -->
<?cs call:checkbox("x") ?>
<?cs if:(Data.List.Options.x == 1) ?><ul>
<!-- turn off mimermove, if "-x" is not activated, as it will be
removed during the next config_update -->
<?cs call:display_option('mimereject') ?>
<?cs call:display_option('mimeremove') ?>
</ul><?cs /if ?>