Bugzilla – Attachment 13805 Details for
Bug 8820
Don't show orders table if there are no orders
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[Signed off] Bug 8820 [3.8.x] Don't show orders table if there are no orders
Signed-off-Bug-8820-38x-Dont-show-orders-table-if-.patch (text/plain), 2.48 KB, created by
Melia Meggs
on 2012-11-30 23:44:17 UTC
(
hide
)
Description:
[Signed off] Bug 8820 [3.8.x] Don't show orders table if there are no orders
Filename:
MIME Type:
Creator:
Melia Meggs
Created:
2012-11-30 23:44:17 UTC
Size:
2.48 KB
patch
obsolete
>From 98c6de567b5be0d741ac22e37b8fc725e68c0336 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 21 Nov 2012 14:38:12 -0500 >Subject: [PATCH] [Signed off] Bug 8820 [3.8.x] Don't show orders table if there are no orders > >Reworkd for 3.8.x: Patch removes the "basket empty" message in >favor of hiding the orders table altogether when a basket has >no orders. > >Other textual changes: > >- Correcting capitalization according to coding guidelines >- Replacing the "Order Details" heading with the more > succinct "Orders" > >Signed-off-by: Melia Meggs <melia@bywatersolutions.com> >--- > .../intranet-tmpl/prog/en/modules/acqui/basket.tt | 10 +++------- > 1 files changed, 3 insertions(+), 7 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >index f6bdcf2..94b0bad 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >@@ -215,8 +215,8 @@ > > [% UNLESS ( delete_confirm ) %] > <div id="acqui_basket_content" class="yui-g"> >- <h2>Order Details</h2> > [% IF ( books_loop ) %] >+ <h2>Orders</h2> > <table id="orders"> > <thead> > <tr> >@@ -339,10 +339,6 @@ > [% END %] > </tbody> > </table> >- [% ELSE %] >- <table> >- <tr><td>Basket empty</td></tr> >- </table> > [% END %] > [% IF ( listincgst ) %]<small class="highlight">** Vendor's listings already include tax.</small> > [% END %] >@@ -413,8 +409,8 @@ > <input type="hidden" name="booksellerid" value="[% booksellerid %]" /> > <input type="hidden" name="confirm" value="1" /> > <input type="hidden" name="basketgroupname" value="[% basketgroupname %]" /> >- <input type="submit" class="approve" value="Yes, Close (Y)" accesskey="y" /> >- <input type="submit" class="deny" value="No, Don't Close (N)" accesskey="n" onclick="javascript:window.location='/cgi-bin/koha/acqui/basket.pl?basketno=[% basketno %]';return false;" /> >+ <input type="submit" class="approve" value="Yes, close (Y)" accesskey="y" /> >+ <input type="submit" class="deny" value="No, don't close (N)" accesskey="n" onclick="javascript:window.location='/cgi-bin/koha/acqui/basket.pl?basketno=[% basketno %]';return false;" /> > </form> > </div> > [% END %] >-- >1.7.2.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 8820
:
12505
|
12535
|
13611
|
13805
|
13814