ezmlm-web/template/config_options/gnupg_keysize.cs
lars 47cecc292e updated templates:
* support separate modules for GpgKeyRing and GpgEzmlm
* revert to specifically support GpgEzmlm instead of the not-yet-released
  encryption plugin
2008-09-27 22:46:01 +00:00

12 lines
388 B
C#

<?cs if:Data.List.Features.GpgKeyRing ?>
<!-- REMOVE --><?cs include:TemplateDir + '/macros.cs' ?>
<!-- length of the key (bytes) -->
<label for="gnupg_keysize"><?cs var:html_escape(Lang.Misc.GnupgKeySize) ?>:</label>
<select name="gnupg_keysize" size="1" id="gnupg_keysize">
<option>1024</option>
<option selected="selected">2048</option>
<option>4096</option>
</select>
<?cs /if ?>