moved log file reading from cryptobox/core/main to 'log' plugin added unittests for volume_mount, volume_format_fs and volume_rename replace "get help" links with a "help mode" displaying information for every form added first drafts of help texts for volume_mount, volume_format and partition replaced the word 'container' with 'volume' in english texts
12 lines
504 B
C#
12 lines
504 B
C#
<h3><?cs var:html_escape(Lang.Plugins.volume_mount.Title.Umount) ?></h3>
|
|
|
|
<?cs call:handle_messages() ?>
|
|
|
|
<?cs call:show_help(Lang.Plugins.volume_mount.Help.Close) ?>
|
|
|
|
<?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>
|
|
|