From b7494d02880f6dc165aad0020b9e4f3889384f16 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.
Signed-off-by: Marcel de Rooy
Signed-off-by: Cedric Vita
---
.../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.2.5