From 5cf2dbe3f396a9818cc29d40cc37f3449e9313aa 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 | 6 +++--- 1 files changed, 3 insertions(+), 3 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..6f016a5 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt @@ -62,11 +62,11 @@ $(document).ready(function() {

[% END %] -

+

Click [% IF ( allbaskets ) %] - Apply filter + Apply filter to show all active baskets only. [% ELSE %] - Cancel filter + Cancel filter to show all baskets. [% END %]

-- 1.7.7.6