Bugzilla – Attachment 58961 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.21 KB, created by
Josef Moravec
on 2017-01-13 16:02:30 UTC
(
hide
)
Description:
Bug 17898: Followup - udpate templates for bootstrap 3
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2017-01-13 16:02:30 UTC
Size:
3.21 KB
patch
obsolete
>From 00ba7f49b765c1f007aa58ce6156aeb18c3625fe 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 > >--- > .../prog/en/modules/reports/guided_reports_start.tt | 14 +++++++++----- > 1 file changed, 9 insertions(+), 5 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 226c16f..4ba3580 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 >@@ -171,7 +171,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(){ >@@ -273,7 +273,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> >@@ -282,8 +284,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> > >@@ -408,7 +412,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.1.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 17898
:
58955
|
58961
|
63582
|
63583
|
63613
|
63614