Bugzilla – Attachment 174043 Details for
Bug 38283
Patron search modal has a button opened by a <button> and closed by a </a>
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38283: fixed wrong ending tag in patron search modal
Bug-38283-fixed-wrong-ending-tag-in-patron-search-.patch (text/plain), 1.37 KB, created by
Lucas Gass (lukeg)
on 2024-11-05 20:32:41 UTC
(
hide
)
Description:
Bug 38283: fixed wrong ending tag in patron search modal
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2024-11-05 20:32:41 UTC
Size:
1.37 KB
patch
obsolete
>From 7a8d0e6fbc16a9cee8104d03b09b300ca32b4592 Mon Sep 17 00:00:00 2001 >From: Ewa Gozd <ewa.gozd@gmail.com> >Date: Tue, 5 Nov 2024 10:31:47 +0000 >Subject: [PATCH] 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> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc >index d2eef529c7c..a893a18ab2c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc >@@ -1012,7 +1012,7 @@ > </div> > </div> > <div class="modal-footer"> >- <button type="button" class="btn btn-default cancel" data-bs-dismiss="modal">Close</a> >+ <button type="button" class="btn btn-default cancel" data-bs-dismiss="modal">Close</button> > </div> > </div> > </div> >-- >2.39.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 38283
:
173966
|
173967
|
173968
|
173970
| 174043