]> git.koha-community.org Git - koha.git/commit
Bug 18804: (bugs 16400,11088 follow-up) Update the "save category" elt selector
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 14 Jun 2017 16:08:20 +0000 (13:08 -0300)
committerMason James <mtj@kohaaloha.com>
Sun, 30 Jul 2017 13:02:05 +0000 (01:02 +1200)
commit2783ee1bf7b654b323259621bf58261bb51091ff
treeaebe139994f3d43cdb6b4660d8a26d30633fd482
parent40a65f6f880b1eb64195efddba8854268b954722
Bug 18804: (bugs 16400,11088 follow-up) Update the "save category" elt selector

With bug 11088 and bug 16400 the submit node switched from:
  <input type="submit" name="save" onclick="return check_form_borrowers();" value="Save" />
to:
  <button type="submit" name="save" onclick="return check_form_borrowers">
then finally to:
  <button class="btn btn-small" id="saverecord" type="submit" name="save" onclick="return check_form_borrowers();">

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Lee Jamison <ldjamison@marywood.edu>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Mason James <mtj@kohaaloha.com>
t/db_dependent/selenium/basic_workflow.t