From 600eff7827be1c396e7ea13cd7c7159003d6c794 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 Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton --- .../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 006980c28d..525ea667e7 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 %]
-- 2.20.1