2006-10-09 18:43:14 +02:00
|
|
|
<h2><?cs var:html_escape(Lang.Plugins.volume_mount.Title.Umount) ?></h2>
|
|
|
|
|
2006-10-26 14:25:12 +02:00
|
|
|
<?cs call:print_form_header("umount", "plugins/volume_mount") ?>
|
2006-10-09 18:43:14 +02:00
|
|
|
<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.Button.Umount) ?></button></p>
|
|
|
|
</form>
|
|
|
|
|