Bugzilla – Attachment 173966 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.26 KB, created by
Katrin Fischer
on 2024-11-05 10:46:20 UTC
(
hide
)
Description:
Bug 38283: fixed wrong ending tag in patron search modal
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2024-11-05 10:46:20 UTC
Size:
1.26 KB
patch
obsolete
>From 9bbceed1dddf180c82ec4d2c83cdc7649c89970a 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 >--- > 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.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