Bugzilla – Attachment 173561 Details for
Bug 35659
OAI harvester
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35659: Adjust DT's option names
Bug-35659-Adjust-DTs-option-names.patch (text/plain), 1.83 KB, created by
Jonathan Druart
on 2024-10-28 15:35:16 UTC
(
hide
)
Description:
Bug 35659: Adjust DT's option names
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2024-10-28 15:35:16 UTC
Size:
1.83 KB
patch
obsolete
>From 9f6d8a234dc404a36ba46b6ad32985778f6fb3d0 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 28 Oct 2024 16:34:50 +0100 >Subject: [PATCH] Bug 35659: Adjust DT's option names > >See bug 34913 >--- > .../intranet-tmpl/prog/en/modules/admin/oai_servers.tt | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_servers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_servers.tt >index 737c070954a..77996f211e0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_servers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_servers.tt >@@ -134,7 +134,7 @@ > <div class="page-section"> > <table id="serverst"> > >- <thead><tr><th>ID</th><th>Repository name</th><th>Endpoint</th><th>[% tp('OAI', 'Set') | html %]</th><th>Data format</th><th>Record type</th><th class="noExport">Actions</th> >+ <thead><tr><th>ID</th><th>Repository name</th><th>Endpoint</th><th>[% tp('OAI', 'Set') | html %]</th><th>Data format</th><th>Record type</th><th class="noExport NoSort">Actions</th> > </tr></thead> > <tbody> > [% FOREACH loo IN loop %] >@@ -220,10 +220,10 @@ > [% ELSE %] > $(document).ready(function() { > $("#serverst").dataTable($.extend(true, {}, dataTablesDefaults, { >- "aoColumnDefs": [ >- { "aTargets": [-1], "bSortable": false, "bSearchable": false }, >+ "columnDefs": [ >+ { 'sortable': false, 'targets': [ 'NoSort' ] } > ], >- "sPaginationType": "full" >+ "pagingType": "full", > })); > $(".delete").on("click",function(e){ > var servername = $(this).data("servername"); >-- >2.34.1
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 35659
:
160356
|
160357
|
160744
|
161813
|
161960
|
162004
|
162005
|
162006
|
162007
|
162008
|
162009
|
162010
|
162011
|
162527
|
162528
|
162692
|
162693
|
162694
|
163527
|
164586
|
164590
|
164602
|
164603
|
164604
|
164605
|
164606
|
164618
|
164619
|
164620
|
164621
|
164622
|
165199
|
165594
|
165595
|
165596
|
165597
|
165598
|
167106
|
167107
|
167171
|
167172
|
167173
|
167174
|
167175
|
167176
|
168982
|
168983
|
169941
|
171255
|
171258
|
171260
|
171264
|
171265
|
171267
|
171675
|
171676
|
171678
|
171679
|
172072
|
172073
|
172074
|
172075
|
172076
|
172077
|
172078
|
172079
|
172080
|
172081
|
172082
|
172083
|
172202
|
172203
|
172204
|
172205
|
172206
|
172207
|
172208
|
172209
|
172210
|
172211
|
172212
|
172213
|
173088
|
173089
|
173090
|
173091
|
173092
|
173093
|
173094
|
173095
|
173096
|
173097
|
173098
|
173099
|
173100
|
173101
| 173561 |
173599
|
173600
|
173601
|
173614
|
174790