@@ -, +, @@ --- .../en/modules/reports/guided_reports_start.tt | 21 +++++++++++-------- 1 files changed, 12 insertions(+), 9 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt @@ -315,7 +315,7 @@ canned reports and writing custom SQL reports.

Show [% IF ( CAN_user_reports_create_reports ) %] Edit - Duplicate + Duplicate [% END %] @@ -375,9 +375,9 @@ canned reports and writing custom SQL reports.

[% END %] [% IF (public) %] -
  • +
  • [% ELSE %] -
  • +
  • [% END %] [% IF (usecache) %]
  • @@ -389,7 +389,7 @@ canned reports and writing custom SQL reports.

  • [% END %] - +
    @@ -537,11 +537,13 @@ canned reports and writing custom SQL reports.

    [% IF ( definitions ) %] -
    Dictionary definitions +
    Dictionary definitions +
    [% FOREACH definition IN definitions %] [% END %]
    [% definition.name %]
    +
    [% END %]
    @@ -741,9 +743,9 @@ $(document).ready(function() { [% PROCESS group_and_subgroup_selection %] [% IF (public) %] -
  • +
  • [% ELSE %] -
  • +
  • [% END %] [% IF (usecache) %]
  • @@ -833,9 +835,9 @@ Sub report:
  • [% PROCESS group_and_subgroup_selection %] [% IF (public) %] -
  • +
  • [% ELSE %] -
  • +
  • [% END %] [% IF (usecache) %]
  • @@ -912,6 +914,7 @@ Sub report:
  • +
    --