Bugzilla – Attachment 13931 Details for
Bug 9117
Reports hierarchies management improvements
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 9117 [Follow-up] Reports hierarchies management improvements
Bug-9117-Follow-up-Reports-hierarchies-management-.patch (text/plain), 2.17 KB, created by
Kyle M Hall (khall)
on 2012-12-07 15:29:34 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 9117 [Follow-up] Reports hierarchies management improvements
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2012-12-07 15:29:34 UTC
Size:
2.17 KB
patch
obsolete
>From ef7dfb8aa6941f48f8cc6d5cc1b8f1db22601b3f Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Thu, 22 Nov 2012 10:48:08 +0100 >Subject: [PATCH] Bug 9117 [Follow-up] Reports hierarchies management improvements > >This patch avoid javascript bugs when user hasn't 'create_reports' >permission (last column is hidden in this case but <th> remains) >+ fix a typo 'selelcted' > 'selected' > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > .../en/modules/reports/guided_reports_start.tt | 6 ++++-- > 1 files changed, 4 insertions(+), 2 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 819cd0a..4535d2d 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 >@@ -280,7 +280,9 @@ canned reports and writing custom SQL reports.</p> > <th>Saved results</th> > <th>Saved SQL</th> > <th> </th> >- <th> </th> >+ [% IF ( CAN_user_reports_create_reports ) %] >+ <th> </th> >+ [% END %] > </tr> > </thead> > <tbody> >@@ -808,7 +810,7 @@ Sub report:<select name="subreport"> > [% IF (public) %] > <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</option> </select></li> > [% ELSE %] >- <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</option> </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</option> </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.2.5
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 9117
:
13560
|
13578
|
13597
|
13627
|
13628
|
13931
|
14668
|
14669
|
14670
|
16241
|
16244
|
16246
|
16270
|
16271
|
16282
|
16283
|
16284
|
16285
|
16286
|
16287
|
16288
|
16290
|
16292
|
16293
|
16294
|
16295
|
16296
|
16653