Bugzilla – Attachment 193718 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), 2.11 KB, created by
Emmi Takkinen
on 2026-02-24 13:14:20 UTC
(
hide
)
Description:
Bug 41835: Add CSS file for serial edits page
Filename:
MIME Type:
Creator:
Emmi Takkinen
Created:
2026-02-24 13:14:20 UTC
Size:
2.11 KB
patch
obsolete
>From 0e5cec34e0f5f5e3243f7c788106ad6a2d75d127 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/css/serials-edit.css | 6 ++++++ > .../intranet-tmpl/prog/en/modules/serials/serials-edit.tt | 1 + > 2 files changed, 7 insertions(+) > create mode 100644 koha-tmpl/intranet-tmpl/prog/css/serials-edit.css > >diff --git a/koha-tmpl/intranet-tmpl/prog/css/serials-edit.css b/koha-tmpl/intranet-tmpl/prog/css/serials-edit.css >new file mode 100644 >index 0000000000..9930960145 >--- /dev/null >+++ b/koha-tmpl/intranet-tmpl/prog/css/serials-edit.css >@@ -0,0 +1,6 @@ >+.subfield_line { >+ align-items: flex-start; >+ display: flex; >+ flex-basis: 100%; >+ align-items: center; >+} >\ No newline at end of file >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