Changing input stype="button" to input type="submit" so that form can be submitted even if javascript is disabled.
Signed-off-by: Chris Cormack <crc@liblime.com> Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
parent
149deccba5
commit
d187fc400f
1 changed files with 1 additions and 1 deletions
|
@ -630,7 +630,7 @@ patron <!-- TMPL_VAR name="firstname" --> <!-- TMPL_VAR NAME="surname" -->
|
|||
<!-- /TMPL_UNLESS -->
|
||||
<!-- /TMPL_IF -->
|
||||
<fieldset class="action">
|
||||
<input type="button" name="save" onclick="return check_form_borrowers();" value="Save" />
|
||||
<input type="submit" name="save" onclick="return check_form_borrowers();" value="Save" />
|
||||
<!-- TMPL_IF NAME="opadd" -->
|
||||
<a class="cancel" href="/cgi-bin/koha/members/member.pl">Cancel</a>
|
||||
<!-- TMPL_ELSE -->
|
||||
|
|
Loading…
Reference in a new issue