Bugzilla – Attachment 29439 Details for
Bug 11703
Convert checkouts table to ajax datatable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11703 [QA Followup] - Allow keyboard navigation of tabs
Bug-11703-QA-Followup---Allow-keyboard-navigation-.patch (text/plain), 1.80 KB, created by
Jonathan Druart
on 2014-07-02 13:41:37 UTC
(
hide
)
Description:
Bug 11703 [QA Followup] - Allow keyboard navigation of tabs
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2014-07-02 13:41:37 UTC
Size:
1.80 KB
patch
obsolete
>From d951d9f1c342e33df273328dd66ddb8d7fbea843 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Tue, 1 Jul 2014 13:54:54 -0400 >Subject: [PATCH] Bug 11703 [QA Followup] - Allow keyboard navigation of tabs > >Signed-off-by: Britta Cramer <britta.cramer@inm-gmbh.de> > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >--- > koha-tmpl/intranet-tmpl/prog/en/js/pages/circulation.js | 6 +++++- > koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt | 3 +++ > 2 files changed, 8 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/pages/circulation.js b/koha-tmpl/intranet-tmpl/prog/en/js/pages/circulation.js >index 489403f..aa3fd43 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/js/pages/circulation.js >+++ b/koha-tmpl/intranet-tmpl/prog/en/js/pages/circulation.js >@@ -8,7 +8,11 @@ $(document).ready(function() { > return false; > }); > >- $('#patronlists').tabs(); >+ $('#patronlists').tabs({ >+ activate: function( event, ui ) { >+ $('#'+ui.newTab.context.id).click(); >+ } >+ }); > > $("#messages ul").after("<a href=\"#\" id=\"addmessage\">"+MSG_ADD_MESSAGE+"</a>"); > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >index bb4b97e..d6b95f8 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >@@ -41,6 +41,9 @@ $(document).ready(function() { > if ( oTable.length > 0 ) { > oTable.fnAdjustColumnSizing(); > } >+ }, >+ "activate": function( event, ui ) { >+ $('#'+ui.newTab.context.id).click(); > } > } ); > $("#holdst").dataTable($.extend(true, {}, dataTablesDefaults, { >-- >2.0.0.rc2
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 11703
:
25105
|
25110
|
25111
|
25213
|
25217
|
25218
|
25220
|
25221
|
25261
|
25262
|
25263
|
25264
|
25271
|
25272
|
25289
|
25290
|
25292
|
25390
|
25391
|
25986
|
25987
|
25988
|
25989
|
25990
|
25991
|
25992
|
25993
|
25994
|
25995
|
25996
|
25997
|
25998
|
25999
|
26081
|
26085
|
26115
|
26131
|
26158
|
26160
|
26241
|
26986
|
26990
|
26991
|
27102
|
27241
|
27338
|
27339
|
27340
|
27341
|
27342
|
27349
|
27350
|
27353
|
27354
|
27356
|
27548
|
27610
|
27717
|
27718
|
27745
|
27746
|
27750
|
27751
|
28025
|
28026
|
28027
|
28028
|
28029
|
29195
|
29196
|
29197
|
29198
|
29199
|
29279
|
29280
|
29281
|
29282
|
29283
|
29284
|
29419
|
29420
|
29432
|
29433
|
29434
|
29438
|
29439
|
29440
|
29444
|
29445
|
29446
|
29447
|
29448
|
29449
|
29450
|
29451
|
29452
|
29453
|
29454
|
29472
|
29473
|
29474
|
29475
|
29476
|
29477
|
29478
|
29479
|
29480
|
29493
|
30228