changed some forms hoping it will make the cbox work with Microsofts so-called browser.

This commit is contained in:
phear 2005-09-29 12:03:01 +00:00
parent 121a2f081c
commit 5596fd9e41
3 changed files with 6 additions and 5 deletions

View File

@ -22,8 +22,8 @@
<?cs /each ?>
</select></p>
<button type="submit" name="action" value="config_do">
<?cs var:Lang.Button.SaveConfig ?></button>
<input type="hidden" name="action" value="config_do" />
<button type="submit"><?cs var:Lang.Button.SaveConfig ?></button>
</form>
</div>

View File

@ -6,7 +6,8 @@
<p><label for="crypto_passwort"><?cs var:Lang.Text.EnterCurrentCryptoPassword ?></label>
<input type="password" id="crypto_password" name="crypto_password" size="20" tabindex="0" maxlength="40" /></p>
<button type="submit" name="action" value="mount_do"><?cs var:Lang.Button.Mount ?></button>
<input type="hidden" name="action" value="mount_do" />
<button type="submit" ><?cs var:Lang.Button.Mount ?></button>
</form>
</div>

View File

@ -3,8 +3,8 @@
<div align="center">
<?cs call:print_form_header() ?>
<button type="submit" name="action"
value="umount_do"><?cs var:Lang.Button.Umount ?></button>
<input type="hidden" name="action" value="umount_do" />
<button type="submit"><?cs var:Lang.Button.Umount ?></button>
</form>
</div>