Bugzilla – Attachment 193717 Details for
Bug 41835
Add item forms Tag editor buttons on serial edition page are misaligned
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41835: Add CSS file for serial edits page
0001-Bug-41835-Add-CSS-file-for-serial-edits-page.patch (text/plain), 1.59 KB, created by
Emmi Takkinen
on 2026-02-24 12:47:29 UTC
(
hide
)
Description:
Bug 41835: Add CSS file for serial edits page
Filename:
MIME Type:
Creator:
Emmi Takkinen
Created:
2026-02-24 12:47:29 UTC
Size:
1.59 KB
patch
obsolete
>From f120f6d3dc255e4d45207079df3d9d1037de98f4 Mon Sep 17 00:00:00 2001 >From: Emmi Takkinen <emmi.takkinen@koha-suomi.fi> >Date: Tue, 24 Feb 2026 14:39:23 +0200 >Subject: [PATCH] Bug 41835: Add CSS file for serial edits page > >Add item forms Tag editor buttons on serial edits page were misaligned >with their respective input fields. This happens because there is no >rule for their parent div to display its children elements correctly. >This patch adds this rule for serial edits page in new serial-edits.css >file. > >To test: >1. Make sure MARC framework for serials uses plugins in some 952 fields >(e.g. dateaccessioned.pl plugin in field 952$d). >2. Find an active serial subscription and receive items for it. >3. Open Add item form. >-> Note that Tag editor buttons aren't displayed inline with input fields. >4. Apply this patch, restart services if needed. >5. Refresh page. >-> Note that Tag editor buttons are now displayed inline with input fields. > >Sponsored-by: Koha-Suomi Oy >--- > koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tt | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tt >index b7e742623b..78cbf5fc98 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tt >@@ -14,6 +14,7 @@ > [% END %]</title > > > [% INCLUDE 'doc-head-close.inc' %] >+[% Asset.css("css/serials-edit.css") | $raw %] > [% Asset.js("js/cataloging.js") | $raw %] > [% INCLUDE 'calendar.inc' %] > <script> >-- >2.34.1 >
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 41835
:
193003
|
193717
|
193718
|
193856
|
193857