From 51b973d601b7997707a4f06d005b6a7876789c74 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Wed, 22 May 2013 15:01:07 +0200 Subject: [PATCH] Bug 9824: Followup adding some text around Apply/cancel filter. The texts Apply/cancel filter did not need translation and were used to get this change into 3.12. For 3.12.X or 3.14 we can add some words to clarify its meaning. With thanks to Owen for some rewording. Signed-off-by: Marcel de Rooy Signed-off-by: Pierre Angot --- .../prog/en/modules/acqui/booksellers.tt | 6 ++---- 1 files changed, 2 insertions(+), 4 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 006980c..525ea66 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt @@ -62,13 +62,11 @@ $(document).ready(function() {

[% END %] -

[% IF ( allbaskets ) %] - Apply filter +

Show active baskets only

[% ELSE %] - Cancel filter +

Show all baskets

[% END %] -

[% FOREACH supplier IN loop_suppliers %]
-- 1.7.2.5