Bugzilla – Attachment 6803 Details for
Bug 7249
Report webservices
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 7249: Small useability fix as per request
SIGNED-OFF-Bug-7249-Small-useability-fix-as-per-re.patch (text/plain), 4.88 KB, created by
Katrin Fischer
on 2011-12-15 05:47:11 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 7249: Small useability fix as per request
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2011-12-15 05:47:11 UTC
Size:
4.88 KB
patch
obsolete
>From 26a8c2e50e9c73b21e019467a829d09b96851674 Mon Sep 17 00:00:00 2001 >From: Chris Hall <chrish@catalyst.net.nz> >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 <Katrin.Fischer.83@web.de> >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.</p> > <td>[% savedreport.borrowersurname %][% IF ( savedreport.borrowerfirstname ) %], [% savedreport.borrowerfirstname %][% END %] ([% savedreport.borrowernumber %])</td> > <td>[% savedreport.date_created %]</td> > [% IF (savedreport.public) %] >-<td>True</td> >+<td>Yes</td> > [% ELSE %] >-<td>False</td> >+<td>No</td> > [% END %] > [% IF (usecache) %] <td>[% savedreport.cache_expiry %]</td> [% END %] > <td>[% IF ( savedreport.date_run ) %]<a href="/cgi-bin/koha/reports/guided_reports.pl?phase=retrieve%20results&id=[% savedreport.id %]">[% savedreport.date_run %]</a>[% END %] >@@ -221,9 +221,9 @@ canned reports and writing custom SQL reports.</p> > [% END %] > </select></li> > [% IF (public) %] >- <li><label for="public">Report is public:</label><select id="public" name="public"> <option value="0">False (default)</option> <option value="1" selected="selected">True</public> </select></li> >+ <li><label for="public">Report is public:</label><select id="public" name="public"> <option value="0">No (default)</option> <option value="1" selected="selected">Yes</public> </select></li> > [% ELSE %] >- <li><label for="public">Report is public:</label><select id="public" name="public"> <option value="0" selected="selected">False (default)</option> <option value="1">True</public> </select></li> >+ <li><label for="public">Report is public:</label><select id="public" name="public"> <option value="0" selected="selected">No (default)</option> <option value="1">Yes</public> </select></li> > [% END %] > [% IF (usecache) %] <li> > <label for="cache_expiry">Cache expiry:</label><input type="text" id="cache_expiry" name="cache_expiry" value="[% cache_expiry %]"></input> >@@ -573,9 +573,9 @@ canned reports and writing custom SQL reports.</p> > [% ELSE %]<input type="text" id="reportname" name="reportname" />[% END %] > </li> > [% IF (public) %] >- <li><label for="public">Report is public:</label><select id="public" name="public"> <option value="0">False (default)</option> <option value="1" selected="selected">True</public> </select></li> >+ <li><label for="public">Report is public:</label><select id="public" name="public"> <option value="0">No (default)</option> <option value="1" selected="selected">Yes</public> </select></li> > [% ELSE %] >- <li><label for="public">Report is public:</label><select id="public" name="public"> <option value="0" selected="selected">False (default)</option> <option value="1">True</public> </select></li> >+ <li><label for="public">Report is public:</label><select id="public" name="public"> <option value="0" selected="selected">No (default)</option> <option value="1">Yes</public> </select></li> > [% END %] > [% IF (usecache) %] <li> > <label for="cache_expiry">Cache expiry:</label><input type="text" id="cache_expiry" name="cache_expiry" value="[% cache_expiry %]"></input> >@@ -657,9 +657,9 @@ Sub report:<select name="subreport"> > <ol> > <li><label for="reportname">Report Name:</label><input type="text" id="reportname" name="reportname" value="[% reportname %]" /></li> > [% IF (public) %] >- <li><label for="public">Report is public:</label><select id="public" name="public"> <option value="0">False (default)</option> <option value="1" selected="selected">True</public> </select></li> >+ <li><label for="public">Report is public:</label><select id="public" name="public"> <option value="0">No (default)</option> <option value="1" selected="selected">Yes</public> </select></li> > [% ELSE %] >- <li><label for="public">Report is public:</label><select id="public" name="public"> <option value="0" selected="selelcted">False (default)</option> <option value="1">True</public> </select></li> >+ <li><label for="public">Report is public:</label><select id="public" name="public"> <option value="0" selected="selelcted">No (default)</option> <option value="1">Yes</public> </select></li> > [% END %] > [% IF (usecache) %] <li> > <label for="cache_expiry">Cache expiry:</label><input type="text" id="cache_expiry" name="cache_expiry" value="[% cache_expiry %]"></input> >-- >1.7.5.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 7249
:
6355
|
6358
|
6360
|
6449
|
6773
|
6774
|
6775
|
6801
|
6803
|
9350
|
9351
|
9354
|
9355