ezmlm-web/templates/config_options/mime_both.cs
lars 099d4f1d6f added support for updating of po files
old hdf translations (only german) moved to po files - japanese was not up-to-date anymore
moved directories from "share" directory back to root
2007-03-21 17:48:31 +00:00

10 lines
380 B
C#

<!-- REMOVE --><?cs include:TemplateDir + '/macros.cs' ?>
<!-- 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 ?>