adapted plugin interface specification replaced some more transparent png files with gif added "Get help" links to all plugins
12 lines
496 B
C#
12 lines
496 B
C#
<h3><?cs var:html_escape(Lang.Plugins.volume_mount.Title.Umount) ?></h3>
|
|
|
|
<?cs call:handle_messages() ?>
|
|
|
|
<?cs call:print_form_header("umount", "volume_mount") ?>
|
|
<p><input type="hidden" name="device" value="<?cs var:html_escape(Data.CurrentDisk.device) ?>" />
|
|
<input type="hidden" name="action" value="umount" />
|
|
<button type="submit" tabindex="2"><?cs var:html_escape(Lang.Plugins.volume_mount.Button.Umount) ?></button></p>
|
|
</form>
|
|
|
|
<?cs call:help_link("CryptoBoxUserConfiguration") ?>
|
|
|