Bugzilla – Attachment 74061 Details for
Bug 20538
Remove the need of writing [% KOHA_VERSION %] everywhere
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20538: Fix 2 JS paths
Bug-20538-Fix-2-JS-paths.patch (text/plain), 1.63 KB, created by
Katrin Fischer
on 2018-04-12 09:51:17 UTC
(
hide
)
Description:
Bug 20538: Fix 2 JS paths
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2018-04-12 09:51:17 UTC
Size:
1.63 KB
patch
obsolete
>From 8db541c0b6dfcf5f01971f6ff2ad0f76777f59a4 Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Thu, 12 Apr 2018 10:30:10 +0200 >Subject: [PATCH] Bug 20538: Fix 2 JS paths > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-MARCdetail.tt | 2 +- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-detail.tt | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-MARCdetail.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-MARCdetail.tt >index a2cf3a4..8e5975f 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-MARCdetail.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-MARCdetail.tt >@@ -64,7 +64,7 @@ > > [% INCLUDE 'opac-bottom.inc' %] > [% BLOCK jsinclude %] >-[% Asset.js("/opac-tmpl/lib/jquery/plugins/jquery.jstree.js") %] >+[% Asset.js("lib/jquery/plugins/jquery.jstree.js") %] > <script type="text/javascript"> > //<![CDATA[ > $(document).ready(function() { >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-detail.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-detail.tt >index f166f42..0177512 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-detail.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-detail.tt >@@ -129,7 +129,7 @@ > [% INCLUDE 'opac-bottom.inc' %] > [% BLOCK jsinclude %] > [% IF ( displayhierarchy ) %] >- [% Asset.js("/opac-tmpl/lib/jquery/plugins/jquery.jstree.js") %] >+ [% Asset.js("lib/jquery/plugins/jquery.jstree.js") %] > [% END %] > <script type="text/javascript"> > //<![CDATA[ >-- >2.1.4
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 20538
:
73791
|
73836
|
74048
|
74049
|
74053
|
74054
|
74056
|
74057
|
74058
|
74059
|
74060
| 74061 |
74062
|
74063
|
74171
|
74835