From c921cb4b3919c9f3f22874811e1d52e0a8e4af4e Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 21 Nov 2012 10:36:13 -0500 Subject: [PATCH] [PASSED QA] Bug 9117 [Follow-up] Reports hierarchies management improvements This patch corrects serveral markup errors in the template introduced by this bug as well as previous patches: unescaped ampersands, missing closing tags, typos. To test, view various stages of the process of viewing or creating guided reports and check the source for validity. Signed-off-by: Julian Maurice Signed-off-by: Katrin Fischer --- .../en/modules/reports/guided_reports_start.tt | 21 +++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt index e2a5a19..99b4871 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt +++ b/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:
  • +
    -- 1.7.9.5