@@ -, +, @@ - Modify several patrons (in order to have several modification logs) - Go to the modification log tab of one of them - Notice that the "Object" input is not a "Borrowernumber" labelled - Go to the log viewer tool and notice that the view is still the same --- .../intranet-tmpl/prog/en/modules/tools/viewlog.tt | 47 +++++++++++++--------- 1 file changed, 28 insertions(+), 19 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt @@ -98,23 +98,27 @@ -
  • - - + [% UNLESS modules %] + [% ELSE %] - + [% END %] - [% END %] - -
  • + [% FOREACH modx IN [ 'CATALOGUING' 'AUTHORITIES' 'MEMBERS' 'ACQUISITIONS' 'SERIAL' 'HOLDS' 'ILL' 'CIRCULATION' 'LETTER' 'FINES' 'SYSTEMPREFERENCE' 'CRONJOBS', 'REPORTS' ] %] + [% IF modules.grep(modx).size %] + + [% ELSE %] + + [% END %] + [% END %] + + + [% ELSE %] + + [% END %]
  • -
  • - - -
  • +
  • + [% IF src == 'circ' %] + + + [% ELSE %] + + + [% END %] +
  • --