Bugzilla – Attachment 5943 Details for
Bug 7049
Item form on order receive has lots of blank space
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7049: Item form on order receive has lots of blank space
Bug-7049-Item-form-on-order-receive-has-lots-of-bl.patch (text/plain), 2.07 KB, created by
Katrin Fischer
on 2011-10-17 20:08:35 UTC
(
hide
)
Description:
Bug 7049: Item form on order receive has lots of blank space
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2011-10-17 20:08:35 UTC
Size:
2.07 KB
patch
obsolete
>From 6e62e1c3764774259059f8633805f76b64e5f7a1 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Mon, 17 Oct 2011 22:04:53 +0200 >Subject: [PATCH] Bug 7049: Item form on order receive has lots of blank space > >The item form on the order receive page (AcqCreateItem = on receive) contains a >lot of blank space which makes it hard to read and fill out. > >To test: >- set AcqCreateItem = on receive >- create basket, order something, receive shipment >- check item form is nicely formatted and doesn't include lots of blank space > >Note: It will be easier to test if you have an ACQ framework created to hide some >unnecessary subfields, because the hidden fields create the blank space. >--- > .../prog/en/modules/acqui/orderreceive.tt | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt >index 746155f..7147b19 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt >@@ -45,8 +45,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 7049
:
5942
|
5943
|
5976