From b539ca010cbfdf77f8389de95f0656d7e2e4d2d5 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.
Content-Type: text/plain; charset=utf-8
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.
Signed-off-by: Marcel de Rooy
---
.../prog/en/modules/acqui/booksellers.tt | 8 ++++----
1 files changed, 4 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..0f185a9 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,13 @@ $(document).ready(function() {
[% END %]
-
[% IF ( allbaskets ) %]
- Apply filter
+
To show all active baskets only, please click:
+ Apply filter.
[% ELSE %]
- Cancel filter
+ To show all baskets, please click:
+ Cancel filter.
[% END %]
-
[% FOREACH supplier IN loop_suppliers %]
--
1.7.7.6