From ac62556c46a8ee6cea1dd81db36f2eac47cc07a4 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Wed, 22 May 2013 15:01:07 +0200 Subject: [PATCH] Bug 10381: 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 --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt | 6 ++---- 1 file 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.10.4