Bugzilla – Attachment 187247 Details for
Bug 40897
Uneven field lengths in additem.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40897: Resized the field lengths to ensure even lengths
Bug-40897-Resized-the-field-lengths-to-ensure-even.patch (text/plain), 1.76 KB, created by
Paul Derscheid
on 2025-10-02 10:01:56 UTC
(
hide
)
Description:
Bug 40897: Resized the field lengths to ensure even lengths
Filename:
MIME Type:
Creator:
Paul Derscheid
Created:
2025-10-02 10:01:56 UTC
Size:
1.76 KB
patch
obsolete
>From 3e2bcad069481e4873a33ab23cd8356dabedd0b8 Mon Sep 17 00:00:00 2001 >From: Laura_Escamilla <laura.escamilla@bywatersolutions.com> >Date: Tue, 30 Sep 2025 21:08:02 +0000 >Subject: [PATCH] Bug 40897: Resized the field lengths to ensure even lengths > >To test: >1. Select an existing record and manage items (or create a new record) so that you are on the additem.pl form. >2. Notice that the fields are uneven lengths. >3. Apply the patch. Do a yarn build and restart_all. Clear your browser cache if necessary. >4. Refresh the additem.pl page and notice that the fields are all the same length now. >5. Sign off and have a great day! > >Signed-off-by: CJ Lynce <cj.lynce@westlakelibrary.org> >Signed-off-by: Paul Derscheid <paul.derscheid@lmscloud.de> >--- > koha-tmpl/intranet-tmpl/prog/css/addbiblio.css | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/css/addbiblio.css b/koha-tmpl/intranet-tmpl/prog/css/addbiblio.css >index 862cf98eb42..cd31aead1a1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/addbiblio.css >+++ b/koha-tmpl/intranet-tmpl/prog/css/addbiblio.css >@@ -245,7 +245,7 @@ div.item_edit_form ol li { > } > > .item_edit_form .input_marceditor { >- flex-basis: 50%; >+ flex-basis: 60%; > float: none; > } > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt >index 32c79d0fa49..cc94134db33 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt >@@ -46,7 +46,7 @@ > } > > .flatpickr_wrapper { >- flex-basis: 50%; >+ flex-basis: 60%; > } > </style> > </head> >-- >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 40897
:
187036
|
187142
|
187224
| 187247