<button type="button" class="btn btn-default cancel" data-bs-dismiss="modal">Close</a> https://git.koha-community.org/Koha-community/Koha/src/commit/247ab7d1acf087dc689aead0bd509f0c594b8d12/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc#L1015
This would be good for our hackfest next week. Should it be a or button? :)
(In reply to Katrin Fischer from comment #1) > This would be good for our hackfest next week. Luckily I remembered! > Should it be a or button? :) It really doesn't matter from the perspective of style or functionality but <button> is more consistent.
Created attachment 173966 [details] [review] Bug 38283: fixed wrong ending tag in patron search modal Fixed mis-matched a/button tags on "Close" button. To test: - Apply patch - In staff interface: Go to acquisitions > suggestions - Create a new suggestion - Click on "Set to patron" - Verify the close button in the modal looks correct and works
Created attachment 173967 [details] [review] Bug 38283: fixed wrong ending tag in patron search modal Fixed mis-matched a/button tags on "Close" button. To test: - Apply patch - In staff interface: Go to acquisitions > suggestions - Create a new suggestion - Click on "Set to patron" - Verify the close button in the modal looks correct and works
Created attachment 173968 [details] [review] Bug 38283: fixed wrong ending tag in patron search modal Fixed mis-matched a/button tags on "Close" button. To test: - Apply patch - In staff interface: Go to acquisitions > suggestions - Create a new suggestion - Click on "Set to patron" - Verify the close button in the modal looks correct and works
Created attachment 173970 [details] [review] Bug 38283: fixed wrong ending tag in patron search modal Fixed mis-matched a/button tags on "Close" button. To test: - Apply patch - In staff interface: Go to acquisitions > suggestions - Create a new suggestion - Click on "Set to patron" - Verify the close button in the modal looks correct and works Signed-off-by: Jan Steinberg <jan.steinberg@gesis.org>
Created attachment 174043 [details] [review] Bug 38283: fixed wrong ending tag in patron search modal Fixed mis-matched a/button tags on "Close" button. To test: - Apply patch - In staff interface: Go to acquisitions > suggestions - Create a new suggestion - Click on "Set to patron" - Verify the close button in the modal looks correct and works Signed-off-by: Jan Steinberg <jan.steinberg@gesis.org> Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Pushed for 24.11! Well done everyone, thank you!