@@ -, +, @@ translation for macles.tt - Carefully examine code changes - Apply patch, verify that the directive is no longer exposed (picked for po files), e.g. by creating a new "language" aa-AA and examing aa-AA-staff-prog.po - 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(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/macles.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/macles.tt @@ -53,7 +53,8 @@ [% FOREACH cell IN line.cells %] - + [% BLOCK spantitle %][% FOREACH lib IN cell.libs %][% lib.lib |html %][% END %] + [% cell.celvalue %]
--