changed default log level from 'debug' to 'info'
fixed a debug output message fixed html validity
This commit is contained in:
parent
09fa49f070
commit
5425eaa9c0
3 changed files with 5 additions and 4 deletions
|
@ -8,11 +8,11 @@
|
|||
<?cs call:show_help(Lang.Plugins.volume_mount.Help.Close) ?>
|
||||
|
||||
<?cs call:print_form_header("umount", "volume_mount") ?>
|
||||
<p><table><tr><td>
|
||||
<table><tr><td>
|
||||
<input type="hidden" name="device" value="<?cs var:html_escape(Data.CurrentDisk.device) ?>" />
|
||||
<input type="hidden" name="action" value="umount" />
|
||||
<button type="submit"><?cs var:html_escape(Lang.Plugins.volume_mount.Button.Umount) ?></button>
|
||||
</td></tr></table></p>
|
||||
</td></tr></table>
|
||||
</form>
|
||||
</fieldset>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue