lars
c35e204a7b
changed warning/success message system to a new style unified design of "hints" in form interfaces fixed small bugs in "network" and "partition" plugin interfaces "partition" and "disks" plugins: show blockdevice size during device selection german translation for "disks" plugin added
10 lines
429 B
C#
10 lines
429 B
C#
<h2><?cs var:html_escape(Lang.Plugins.volume_mount.Title.Umount) ?></h2>
|
|
|
|
<?cs call:handle_messages() ?>
|
|
|
|
<?cs call:print_form_header("umount", "plugins/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.Button.Umount) ?></button></p>
|
|
</form>
|
|
|