changed default log level from 'debug' to 'info'

fixed a debug output message
fixed html validity
This commit is contained in:
lars 2007-02-13 22:24:09 +00:00
parent 09fa49f070
commit 5425eaa9c0
3 changed files with 5 additions and 4 deletions

View file

@ -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>