Bugzilla – Attachment 71916 Details for
Bug 19785
Move template JavaScript to the footer: Authorities, part 1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19785: Replace intranet-tmpl with [% interface %]
Bug-19785-Replace-intranet-tmpl-with--interface-.patch (text/plain), 1.13 KB, created by
Jonathan Druart
on 2018-02-18 19:40:01 UTC
(
hide
)
Description:
Bug 19785: Replace intranet-tmpl with [% interface %]
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2018-02-18 19:40:01 UTC
Size:
1.13 KB
patch
obsolete
>From 029facbf47d896f016e5e8d022fe7c8a4b9b9f74 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Sun, 18 Feb 2018 16:39:01 -0300 >Subject: [PATCH] Bug 19785: Replace intranet-tmpl with [% interface %] > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/authorities/detail.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/detail.tt >index b8d7c37509..f09801aabc 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/detail.tt >@@ -99,7 +99,7 @@ > [% MACRO jsinclude BLOCK %] > [% INCLUDE 'authorities_js.inc' %] > [% IF ( displayhierarchy ) %] >- <script type="text/javascript" src="/intranet-tmpl/lib/jquery/plugins/jquery.jstree_[% KOHA_VERSION %].js"></script> >+ <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.jstree_[% KOHA_VERSION %].js"></script> > [% END %] > <script type="text/javascript"> > $(document).ready(function() { >-- >2.11.0
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 19785
:
69662
|
69683
|
70565
|
71390
|
71553
|
71601
|
71902
| 71916