]> 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)
committerKatrin Fischer <katrin.fischer.83@web.de>
Tue, 27 Jun 2017 21:35:44 +0000 (23:35 +0200)
commit9cec7d146fbd397f4a942cb10bb6ef9563ece23e
treed116207eb456bca81ffe3631faa167b1cf269e72
parentb5106f8f101a84ff63ede48d482b8498741a830b
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>
(cherry picked from commit 08ab41aa9825e48f6321a90bf0bef09b572d4000)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
(cherry picked from commit fe5c9a47b6851aa936e6bce0076e9105c3c53ff5)
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
t/db_dependent/selenium/basic_workflow.t