From c18225cb22b53181cd91848425c02253dd57be90 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 7 May 2021 11:20:48 +0000 Subject: [PATCH] Bug 28229: (follow-up) Adjust for easier translation I think moving the [% IF %] out of the HTML tag makes for easier translation. Signed-off-by: Lucas Gass Signed-off-by: Katrin Fischer Signed-off-by: Jonathan Druart Signed-off-by: Jonathan Druart (cherry picked from commit f4a8902b79d7cae21cf2647b06a24ef36333810c) Signed-off-by: Fridolin Somers --- .../intranet-tmpl/prog/en/modules/reserve/request.tt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt index 8f71a09028..08866118fd 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt @@ -90,12 +90,16 @@ [% END %]
- + [% IF clubcount %] + + [% ELSE %] + + [% END %]
-- 2.20.1