Bugzilla – Attachment 191012 Details for
Bug 39780
Update library groups form to use grid layout
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39780: (follow-up) Don't use wide layout for modal
Bug-39780-follow-up-Dont-use-wide-layout-for-modal.patch (text/plain), 1.20 KB, created by
Owen Leonard
on 2026-01-07 19:44:33 UTC
(
hide
)
Description:
Bug 39780: (follow-up) Don't use wide layout for modal
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2026-01-07 19:44:33 UTC
Size:
1.20 KB
patch
obsolete
>From 420897a1d27c29e5157805f9f8e1142b63288265 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 7 Jan 2026 14:43:24 -0500 >Subject: [PATCH] Bug 39780: (follow-up) Don't use wide layout for modal > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/library_groups.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/library_groups.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/library_groups.tt >index e541a884b07..f329f051682 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/library_groups.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/library_groups.tt >@@ -87,7 +87,7 @@ > [% END %] > [% END %] > >-<div id="add-group-modal" class="modal modal-lg" tabindex="-1" role="dialog" aria-labelledby="add-group-modal-label" aria-hidden="true"> >+<div id="add-group-modal" class="modal" tabindex="-1" role="dialog" aria-labelledby="add-group-modal-label" aria-hidden="true"> > <form method="post" id="add-group-form" action="/cgi-bin/koha/admin/library_groups.pl" class="form-horizontal"> > [% INCLUDE 'csrf-token.inc' %] > <div class="modal-dialog"> >-- >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 39780
:
181714
|
183145
|
183679
|
190060
|
190999
|
191009
|
191010
| 191012