From e8b09c2c9f9b2f2a23f52ffbd41ae0fdd824f5ac Mon Sep 17 00:00:00 2001 From: Chris Hall Date: Thu, 15 Dec 2011 17:21:46 +1300 Subject: [PATCH] Small useability fix as per request --- .../en/modules/reports/guided_reports_start.tt | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 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 1a351ee..88d413c 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 @@ -155,9 +155,9 @@ canned reports and writing custom SQL reports.

[% savedreport.borrowersurname %][% IF ( savedreport.borrowerfirstname ) %], [% savedreport.borrowerfirstname %][% END %] ([% savedreport.borrowernumber %]) [% savedreport.date_created %] [% IF (savedreport.public) %] -True +Yes [% ELSE %] -False +No [% END %] [% IF (usecache) %] [% savedreport.cache_expiry %] [% END %] [% IF ( savedreport.date_run ) %][% savedreport.date_run %][% END %] @@ -221,9 +221,9 @@ canned reports and writing custom SQL reports.

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

    [% ELSE %][% END %]
  • [% IF (public) %] -
  • +
  • [% ELSE %] -
  • +
  • [% END %] [% IF (usecache) %]
  • @@ -657,9 +657,9 @@ Sub report:
  • [% IF (public) %] -
  • +
  • [% ELSE %] -
  • +
  • [% END %] [% IF (usecache) %]
  • -- 1.7.4.1