From c1db90241758b98b20b390b451ba606b5f77444e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20V=C3=A9ron?= Date: Sun, 21 May 2017 19:44:02 +0200 Subject: [PATCH] Bug 18648 - Translatability: Get rid of tt directives in translation for macles.tt koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/macles.tt contains template directives inside a div tag: This is exposed in translation tool. To test: - Carefully examine code changes - Apply patch, verify that the directive is no longer exposed (picked for po files) - If you know where / how this macles is used, verify that it behaves as before --- .../intranet-tmpl/prog/en/modules/cataloguing/value_builder/macles.tt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/macles.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/macles.tt index efa30fa..94b9113 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/macles.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/macles.tt @@ -53,7 +53,8 @@ [% FOREACH cell IN line.cells %] - + [% BLOCK spantitle %][% lib.lib |html %] _ ' - ' FOREACH lib IN cell.libs %][% lib.lib |html%] [% END %] + [% cell.celvalue %]
-- 2.1.4