Bugzilla – Attachment 173970 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.32 KB, created by
Jan Steinberg
on 2024-11-05 11:19:17 UTC
(
hide
)
Description:
Bug 38283: fixed wrong ending tag in patron search modal
Filename:
MIME Type:
Creator:
Jan Steinberg
Created:
2024-11-05 11:19:17 UTC
Size:
1.32 KB
patch
obsolete
>From d987d43b783a2435cff6b87f05c57e36255bfca9 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> >--- > 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 5320efe096..cf39070723 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc >@@ -1004,7 +1004,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.5
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