From e85ab25796f3e01b1099549c326ce2f64c59f71c Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 10 Apr 2012 15:43:48 -0400 Subject: [PATCH] Bug 2780 [FOLLOW-UP] Capitalize strings consistently Content-Type: text/plain; charset="utf-8" Changes to the case of some hidden input values prevented the user from being able to save a new SQL report. Signed-off-by: Liz Rea passes tests, can now save sql reports. --- .../en/modules/reports/guided_reports_start.tt | 10 +++++----- 1 files changed, 5 insertions(+), 5 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 ba52f1c..f516f8a 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 @@ -117,7 +117,7 @@ canned reports and writing custom SQL reports.

Reports Dictionary

Use the reports dictionary to define custom criteria to use in your reports

- +
[% END %] @@ -475,8 +475,8 @@ canned reports and writing custom SQL reports.

  • -
    -
    +
    +
    [% END %] @@ -562,7 +562,7 @@ canned reports and writing custom SQL reports.

    -
    +
    Cancel
    @@ -582,7 +582,7 @@ Sub report:
    - + [% END %] -- 1.7.2.5