2006-11-06 16:05:00 +00:00
|
|
|
<h2><?cs var:html_escape(Lang.Plugins.volume_mount.Title.Umount) ?></h2>
|
|
|
|
|
|
|
|
<?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" />
|
2006-11-07 13:48:06 +00:00
|
|
|
<button type="submit" tabindex="2"><?cs var:html_escape(Lang.Plugins.volume_mount.Button.Umount) ?></button></p>
|
2006-11-06 16:05:00 +00:00
|
|
|
</form>
|
|
|
|
|