@@ -, +, @@ - Apply the patch - Open the log viewer - Do a lot of log searches, verify that the interface column shows what is expected. --- .../intranet-tmpl/prog/en/modules/tools/viewlog.tt | 30 ++++++++++++++++++++++ tools/viewlog.pl | 7 +++-- 2 files changed, 35 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt @@ -50,6 +50,16 @@ [% END %] [% END %] +[% BLOCK translate_log_interface %] +[% SWITCH interface %] +[% CASE 'INTRANET' %]Intranet +[% CASE 'OPAC' %]OPAC +[% CASE 'SIP' %]SIP +[% CASE 'COMMANDLINE' %]Command-line +[% CASE %][% interface %] +[% END %] +[% END %] +