From 3e4565c64a92ef4fa1c009afbdb3db4d96b35b61 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 2 Dec 2014 12:36:32 +0100 Subject: [PATCH 5/9] Bug 13371: Add a filter for opened baskets This patch adds a new link to filter on opened baskets only. Signed-off-by: Paola Rossi --- .../prog/en/modules/acqui/booksellers.tt | 21 ++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt index 7b5a770..2291d79 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt @@ -8,6 +8,9 @@ @@ -103,10 +119,11 @@ $(document).ready(function() { [% END %] [% IF ( loop_suppliers.size ) %] [% IF allbaskets %] -

Show active baskets only

+ Show active baskets only [% ELSE %] -

Show all baskets

+ Show all baskets [% END %] + | Show opened baskets only
-- 1.7.10.4