Bugzilla – Attachment 143680 Details for
Bug 31819
Formatting of item form in acq when ordering is broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31819: [alternate] Formatting of item form in acq when ordering is broken
Bug-31819-alternate-Formatting-of-item-form-in-acq.patch (text/plain), 2.03 KB, created by
Katrin Fischer
on 2022-11-10 16:02:24 UTC
(
hide
)
Description:
Bug 31819: [alternate] Formatting of item form in acq when ordering is broken
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-11-10 16:02:24 UTC
Size:
2.03 KB
patch
obsolete
>From 1e1373a7f32532a0c975eef49a23479efd0f8828 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 10 Nov 2022 14:40:41 +0000 >Subject: [PATCH] Bug 31819: [alternate] Formatting of item form in acq when > ordering is broken > >I propose that we add CSS to the page to fix this since it's fairly >specific to the way this page is broken. > >To test, apply the patch and view a basket in Acquisitions. > >- Click "Add to basket" and choose "From a new (empty) record." >- Confirm that the item form layout looks correct. >- Perform the same test when adding to a basket from an existing record. > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > .../prog/en/modules/acqui/neworderempty.tt | 27 +++++++++++++++++++ > 1 file changed, 27 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt >index f0b537d0c1..983a7104b0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt >@@ -8,6 +8,33 @@ > [% INCLUDE 'doc-head-open.inc' %] > <title>[% IF ( ordernumber ) %]Modify order details (line #[% ordernumber | html %])[% ELSE %]New order[% END %] › Basket [% basketno | html %] › Acquisitions › Koha</title> > [% INCLUDE 'doc-head-close.inc' %] >+[% FILTER collapse %] >+ <style> >+ #itemfieldset label, >+ #itemfieldset span.label { >+ flex-basis: 25%; >+ font-weight: 700; >+ margin-right: 1rem; >+ text-align: right; >+ width: 9rem; >+ font-size: 100%; >+ width: 25%; >+ } >+ >+ #itemfieldset .input_marceditor { >+ flex-basis: 50%; >+ } >+ >+ #itemfieldset .input_marceditor.flatpickr-input { >+ width: 50%; >+ } >+ >+ #itemfieldset .subfield_line { >+ display: flex; >+ flex-basis: 100%; >+ } >+ </style> >+[% END %] > </head> > > <body id="acq_neworderempty" class="acq"> >-- >2.30.2
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 31819
:
143137
|
143641
|
143669
|
143680
|
143681
|
143683
|
143691
|
143692
|
143693