Bugzilla – Attachment 131035 Details for
Bug 30161
Remove duplicate z3950_search include lines
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30161: Remove duplicate z3950_search include
Bug-30161-Remove-duplicate-z3950search-include.patch (text/plain), 1.94 KB, created by
Marcel de Rooy
on 2022-02-23 13:19:02 UTC
(
hide
)
Description:
Bug 30161: Remove duplicate z3950_search include
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2022-02-23 13:19:02 UTC
Size:
1.94 KB
patch
obsolete
>From c399845477a9196812289441399b9ce1b856fc54 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Wed, 23 Feb 2022 13:14:03 +0000 >Subject: [PATCH] Bug 30161: Remove duplicate z3950_search include >Content-Type: text/plain; charset=utf-8 > >Speaks for itself. > >Test plan: >Check if the acqui z3950 search works as expected. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt | 1 - > .../prog/en/modules/cataloguing/z3950_auth_search.tt | 1 - > 2 files changed, 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt >index 561895d5fa..d08aabcb11 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt >@@ -271,7 +271,6 @@ tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : > [% INCLUDE 'datatables.inc' %] > [% INCLUDE 'z3950_search.inc' %] > [% Asset.js("js/z3950_search.js") | $raw %] >- [% INCLUDE 'z3950_search.inc' %] > <script> > $(document).ready(function(){ > var resultst = $("#resultst").dataTable($.extend(true, {}, dataTablesDefaults, { >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_auth_search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_auth_search.tt >index 861d12601b..20e0a20788 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_auth_search.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_auth_search.tt >@@ -170,7 +170,6 @@ > [% INCLUDE 'datatables.inc' %] > [% INCLUDE 'z3950_search.inc' %] > [% Asset.js("js/z3950_search.js") | $raw %] >- [% INCLUDE 'z3950_search.inc' %] > <script> > $(document).ready(function(){ > $("#resultst").dataTable($.extend(true, {}, dataTablesDefaults, { >-- >2.20.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 30161
:
131035
|
131963