From c27ba3c7bd41f51a9da871db47b93fa6c4ad60a0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marc=20V=C3=A9ron?= Date: Wed, 6 Jul 2016 00:27:30 +0200 Subject: [PATCH] Bug 16682: (followup) Fix display if Batch patron modification tool does not get any patrons MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Format message as proposed in comment #8 Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit 5a1f3acaabf235733a3e7a98d16d0395df1980b8) Signed-off-by: Frédéric Demians --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt index ac9849c62e..388770691a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt @@ -175,7 +175,12 @@ [% IF ( op == 'show') && (!borrowers) && (!notfoundcardnumbers) # Alert if no patrons given%] [% op = 'noshow' # Change op to prevent display in code below %]

Batch patrons modification

-
No patron card numbers given. Back
+
+

No patron card numbers given.

+
+ +
+
[% END #Alert if no patrons %] [% IF ( op == 'show' or op == 'show_results' ) %] -- 2.11.4.GIT