Bugzilla – Attachment 170823 Details for
Bug 37739
Can't delete vendors after Bootstrap 5 update
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37739: (follow-up) Add extra space in markup
Bug-37739-follow-up-Add-extra-space-in-markup.patch (text/plain), 1.39 KB, created by
Lucas Gass (lukeg)
on 2024-08-28 14:22:38 UTC
(
hide
)
Description:
Bug 37739: (follow-up) Add extra space in markup
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2024-08-28 14:22:38 UTC
Size:
1.39 KB
patch
obsolete
>From 09e05a04a81b7347845338252310b66e04b468f9 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Wed, 28 Aug 2024 14:21:48 +0000 >Subject: [PATCH] Bug 37739: (follow-up) Add extra space in markup > >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> >--- > .../intranet-tmpl/prog/en/includes/modals/delete_vendor.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/modals/delete_vendor.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/modals/delete_vendor.inc >index 0a1599288ae..ce21028d5d0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/modals/delete_vendor.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/modals/delete_vendor.inc >@@ -15,7 +15,7 @@ > </div> > <div class="modal-footer"> > <button type="submit" id="deleteVendorModaConfirmBtn" class="btn btn-default approve"><i class="fa fa-check" aria-hidden="true"></i> Yes</button> >- <button type="button" id="deleteVendorModaCancelBtn"data-bs-dismiss="modal" class="btn btn-default deny"><i class="fa fa-times" aria-hidden="true"></i> No</button> >+ <button type="button" id="deleteVendorModaCancelBtn" data-bs-dismiss="modal" class="btn btn-default deny"><i class="fa fa-times" aria-hidden="true"></i> No</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 37739
:
170751
|
170792
|
170822
| 170823