Bugzilla – Attachment 6205 Details for
Bug 7116
Item form when ordering in batch from staged marc has lots of white space for hidden fields
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7116: White space on item form for bulk ordering from staged file
Bug-7116-White-space-on-item-form-for-bulk-orderin.patch (text/plain), 2.28 KB, created by
Magnus Enger
on 2011-11-04 15:13:16 UTC
(
hide
)
Description:
Bug 7116: White space on item form for bulk ordering from staged file
Filename:
MIME Type:
Creator:
Magnus Enger
Created:
2011-11-04 15:13:16 UTC
Size:
2.28 KB
patch
obsolete
>From 0940d39c3369844efe5ab83389bbba3a9fb8c792 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Mon, 31 Oct 2011 00:21:27 +0100 >Subject: [PATCH] Bug 7116: White space on item form for bulk ordering from > staged file > >Same fix that was done for normal order page and receive page. >Moving the style element for hiding the subfield into the li tag. > >AcqCreateItem = on order > >To recreate: >1) stage a marc file with 1 - many records >2) make sure you have an acq framework with hidden fields in 952 >3) create new basket >4) order from your marc file >5) check item form below the record list for white space > >Signed-off-by: Magnus Enger <magnus@enger.priv.no> >Followed the steps outlined by Katrin above. Before the patch there are gaping >holes left by the hidden fields. After the patch the holes are gone. >--- > .../prog/en/modules/acqui/addorderiso2709.tt | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt >index dd864cf..9723094 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt >@@ -125,8 +125,8 @@ > [% FOREACH item IN items %] > <div id="outeritemblock"> > <div id="itemblock"> >- <ol>[% FOREACH iteminformatio IN item.iteminformation %]<li> >- <div class="subfield_line" style="[% iteminformatio.hidden %];" id="subfield[% iteminformatio.serialid %][% iteminformatio.countitems %][% iteminformatio.subfield %][% iteminformatio.random %]"> >+ <ol>[% FOREACH iteminformatio IN item.iteminformation %]<li style="[% iteminformatio.hidden %];"> >+ <div class="subfield_line" id="subfield[% iteminformatio.serialid %][% iteminformatio.countitems %][% iteminformatio.subfield %][% iteminformatio.random %]"> > > <label>[% iteminformatio.subfield %] - [% IF ( iteminformatio.mandatory ) %]<b>[% END %][% iteminformatio.marc_lib %][% IF ( iteminformatio.mandatory ) %] *</b>[% END %]</label> > [% iteminformatio.marc_value %] >-- >1.7.5.4
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 7116
:
6116
|
6117
| 6205