Bugzilla – Attachment 63614 Details for
Bug 17898
Add a way to automatically convert SQL reports
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17898: Followup - udpate templates for bootstrap 3
Bug-17898-Followup---udpate-templates-for-bootstra.patch (text/plain), 3.82 KB, created by
Kyle M Hall (khall)
on 2017-05-22 12:57:15 UTC
(
hide
)
Description:
Bug 17898: Followup - udpate templates for bootstrap 3
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2017-05-22 12:57:15 UTC
Size:
3.82 KB
patch
obsolete
>From 1882805533a39df64e3380fbb50b591b1d5054a8 Mon Sep 17 00:00:00 2001 >From: Josef Moravec <josef.moravec@gmail.com> >Date: Fri, 13 Jan 2017 16:01:13 +0000 >Subject: [PATCH] Bug 17898: Followup - udpate templates for bootstrap 3 > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > .../prog/en/modules/reports/guided_reports_start.tt | 15 +++++++++------ > 1 file changed, 9 insertions(+), 6 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 6d854dd..4ef3b0e 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 >@@ -97,7 +97,6 @@ $("#delColumn").on("click",function(){ > { "aTargets": [ 1, 2 ], "sType": "natural" } > ], > "aoColumns": [ >- null,null,null,null,null,null,null,null,{ "sType": "title-string" },null,null,null,[% IF (usecache) %]null,[% END %]null,null > null,null,null,null,null,null,null,null,{ "sType": "title-string" },null,null,null,[% IF (usecache) %]null,[% END %]null,null[% IF has_obsolete_reports %],null[% END %] > ], > 'oLanguage': { >@@ -174,7 +173,7 @@ $("#delColumn").on("click",function(){ > var report_id = $(this).data("report_id"); > var page = $(this).attr("href"); > $("#update_sql .modal-body").load(page + " div"); >- $('#update_sql').modal({show:true}); >+ $('#update_sql').modal('show'); > $("#update_sql_button").attr("href", "/cgi-bin/koha/reports/guided_reports.pl?phase=Use saved&op=convert&report_id=" + report_id); > }); > $("#update_sql").on("hidden", function(){ >@@ -282,7 +281,9 @@ $("#delColumn").on("click",function(){ > [% END %] > </div> > >-<div id="update_sql" class="modal hide" tabindex="-1" role="dialog" aria-labelledby="update_sql_label" aria-hidden="true"> >+<div id="update_sql" class="modal" tabindex="-1" role="dialog" aria-labelledby="update_sql_label" aria-hidden="true"> >+ <div class="modal-dialog"> >+ <div class="modal-content"> > <div class="modal-header"> > <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">Ã</button> > <h3 id="update_sql_label">Update SQL</h3> >@@ -291,8 +292,10 @@ $("#delColumn").on("click",function(){ > <div id="loading"> <img src="[% interface %]/[% theme %]/img/spinner-small.gif" alt="" /> Loading </div> > </div> > <div class="modal-footer"> >- <a href="#" class="btn" id="update_sql_button" role="button" data-toggle="modal">Update</a> >- <button class="btn" data-dismiss="modal" aria-hidden="true">Close</button> >+ <a href="#" class="btn btn-default" id="update_sql_button" role="button" data-toggle="modal">Update</a> >+ <button class="btn btn-default" data-dismiss="modal" aria-hidden="true">Close</button> >+ </div> >+ </div> > </div> > </div> > >@@ -421,7 +424,7 @@ canned reports and writing custom SQL reports.</p> > <td> > [% IF savedreport.seems_obsolete %] > This report seems obsolete, it uses biblioitems.marcxml field. >- <a href="/cgi-bin/koha/svc/convert_report?report_id=[% savedreport.id %]" data-report_id="[% savedreport.id %]" class="update_sql btn btn-mini" title="Update SQL"><i class="fa fa-eye"></i> Update SQL</a> >+ <a href="/cgi-bin/koha/svc/convert_report?report_id=[% savedreport.id %]" data-report_id="[% savedreport.id %]" class="update_sql btn btn-default btn-xs" title="Update SQL"><i class="fa fa-eye"></i> Update SQL</a> > [% END %] > </td> > [% END %] >-- >2.10.2
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 17898
:
58955
|
58961
|
63582
|
63583
|
63613
| 63614