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:
Owen Leonard 2007-12-17 19:22:39 -06:00 committed by Joshua Ferraro
parent 149deccba5
commit d187fc400f

View file

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