From 26a8c2e50e9c73b21e019467a829d09b96851674 Mon Sep 17 00:00:00 2001 From: Chris Hall Date: Thu, 15 Dec 2011 17:21:46 +1300 Subject: [PATCH] [SIGNED-OFF] Bug 7249: Small useability fix as per request http://bugs.koha-community.org/show_bug.cgi?id=7249 Signed-off-by: Katrin Fischer Third patch to be applied for this bug. Staff interface shows yes/no instead of true/false now. --- .../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.5.4