Bugzilla – Attachment 13800 Details for
Bug 9182
Saved reports list : wrong sortable columns
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch
0001-Bug-9182-corrects-sortable-columns-on-Saved-reports.patch (text/plain), 1.13 KB, created by
Adrien SAURAT
on 2012-11-30 16:02:28 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Adrien SAURAT
Created:
2012-11-30 16:02:28 UTC
Size:
1.13 KB
patch
obsolete
>From e194733cf8b42ea28d130ada42ffb4c46795c8fd Mon Sep 17 00:00:00 2001 >From: Adrien Saurat <adrien.saurat@biblibre.com> >Date: Fri, 30 Nov 2012 16:58:34 +0100 >Subject: [PATCH] Bug 9182: corrects sortable columns on Saved reports > >--- > .../en/modules/reports/guided_reports_start.tt | 8 ++++---- > 1 file changed, 4 insertions(+), 4 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 fa0ae38..cec08d6 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 >@@ -65,11 +65,11 @@ $(document).ready(function(){ > widgets : ['zebra'], > sortList: [[1,0]], > headers: { >- 6: { sorter: false}, >- 7: { sorter: false}, >- 8: { sorter: false}, > 9: { sorter: false}, >- 10: { sorter: false} >+ 10: { sorter: false}, >+ 11: { sorter: false}, >+ 12: { sorter: false}, >+ 13: { sorter: false} > } > }).tablesorterPager({ > container: $("#pagertable_reports"), >-- >1.7.9.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 9182
:
13800
|
13801
|
13815
|
14422
|
14424
|
14555