Bugzilla – Attachment 176886 Details for
Bug 38943
Advanced catalog editor's macro modal isn't wide enough
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38943: Increase macro modal width in advanced editor
Bug-38943-Increase-macro-modal-width-in-advanced-e.patch (text/plain), 1.25 KB, created by
Lucas Gass (lukeg)
on 2025-01-21 22:14:02 UTC
(
hide
)
Description:
Bug 38943: Increase macro modal width in advanced editor
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2025-01-21 22:14:02 UTC
Size:
1.25 KB
patch
obsolete
>From 970ef70b24198ea3c6fc8e2a4b28bc431cf00398 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Tue, 21 Jan 2025 22:12:00 +0000 >Subject: [PATCH] Bug 38943: Increase macro modal width in advanced editor > >To test: >1. Turn on EnableAdvancedCatalogingEditor >2. From the advanced editor, pull up the modal for macros. >3. Notice the size. >4. APPLY PATCH >5. Try step 2 again, this time the modal is wider. >6. Try on different screen sizes. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/editor.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/editor.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/editor.tt >index 4edf79062c3..2f7eb4ac1f9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/editor.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/editor.tt >@@ -278,7 +278,7 @@ > </div> > > <div id="macro-ui" class="modal" tabindex="-1" role="dialog" aria-labelledby="macro-title" aria-hidden="true"> >- <div class="modal-dialog modal-lg"> >+ <div class="modal-dialog modal-xl"> > <div class="modal-content"> > <div class="modal-header"> > <h1 class="modal-title" id="macro-title">Macros</h1> >-- >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 38943
:
176886
|
176922