Bugzilla – Attachment 171294 Details for
Bug 27182
Add ability to rename a MARC modification template
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27182: Account for Bootstrap 5 changes
Bug-27182-Account-for-Bootstrap-5-changes.patch (text/plain), 2.99 KB, created by
Lucas Gass (lukeg)
on 2024-09-10 22:17:42 UTC
(
hide
)
Description:
Bug 27182: Account for Bootstrap 5 changes
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2024-09-10 22:17:42 UTC
Size:
2.99 KB
patch
obsolete
>From b0fa87bc4e5528a42581e1f3c8453defce30c1bf Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Tue, 10 Sep 2024 22:16:57 +0000 >Subject: [PATCH] Bug 27182: Account for Bootstrap 5 changes > >--- > .../prog/en/modules/tools/marc_modification_templates.tt | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/marc_modification_templates.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/marc_modification_templates.tt >index 1e7adb60f43..8fcb1894144 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/marc_modification_templates.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/marc_modification_templates.tt >@@ -70,7 +70,7 @@ > <a href="#" data-bs-toggle="modal" data-template_id="" data-bs-target="#createTemplate" id="new_template" class="btn btn-default duplicate_template"><i class="fa fa-plus"></i> New template</a> > [% IF ( template_id != '' ) %] > <a href="#" class="btn btn-default new_action"><i class="fa fa-plus"></i> New action</a> >- <a href="#" data-toggle="modal" data-template_id="" data-target="#renameTemplate" id="rename_template" class="btn btn-default rename_template"><i class="fa-solid fa-pen"></i> Rename template</a> >+ <a href="#" data-bs-toggle="modal" data-template_id="" data-bs-target="#renameTemplate" id="rename_template" class="btn btn-default rename_template"><i class="fa-solid fa-pen"></i> Rename template</a> > <form action="/cgi-bin/koha/tools/marc_modification_templates.pl" method="post"> > [% INCLUDE 'csrf-token.inc' %] > <input type="hidden" name="template_id" value="[% template_id | html %]" /> >@@ -379,8 +379,8 @@ > <div class="modal-dialog"> > <div class="modal-content"> > <div class="modal-header"> >- <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">Ã</button> >- <h2 id="LabelrenameTemplate">Rename template</h2> >+ <h1 class="modal-title" id="LabelrenameTemplate">Rename template</h1> >+ <button type="button" class="btn-close" data-bs-dismiss="modal" aria-hidden="true"></button> > </div> > <form method="post" action="/cgi-bin/koha/tools/marc_modification_templates.pl" id="rename_template" class="validated"> > [% INCLUDE 'csrf-token.inc' %] >@@ -398,7 +398,7 @@ > </div> > <div class="modal-footer"> > <button type="submit" class="btn btn-default">Submit</button> >- <button class="btn btn-link" data-dismiss="modal" aria-hidden="true">Cancel</button> >+ <button type="button" class="btn btn-default" data-bs-dismiss="modal" aria-hidden="true">Cancel</button> > </div> > </form> > </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 27182
:
168041
|
168042
|
168045
|
168077
|
168079
|
168080
|
168081
|
168082
|
168083
| 171294 |
171295