fixed: change-password form was visible for plaintext volumes

This commit is contained in:
lars 2006-10-28 17:01:56 +00:00
parent b39f5ad7f8
commit 1f265c78c0

View file

@ -29,6 +29,8 @@
<tr><td></td><td></td><td></td></tr>
<?cs # show password change form only for encrypted volumes ?>
<?cs if:Data.CurrentDisk.encryption ?>
<?cs # password change is only possible if the volume is not mounted ?>
<tr><td colspan="3">
<h3><?cs var:html_escape(Lang.Plugins.volume_props.Title.ChangePassword) ?></h3>
@ -55,6 +57,7 @@
</tr>
</form>
<tr><td></td><td></td><td></td></tr>
<?cs /if ?>
</table>