Bugzilla – Attachment 58719 Details for
Bug 17870
Call to include file incorrectly moved into the footer
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17870 - Call to include file incorrectly moved into the footer
Bug-17870---Call-to-include-file-incorrectly-moved.patch (text/plain), 1.83 KB, created by
Claire Gravely
on 2017-01-10 07:17:09 UTC
(
hide
)
Description:
Bug 17870 - Call to include file incorrectly moved into the footer
Filename:
MIME Type:
Creator:
Claire Gravely
Created:
2017-01-10 07:17:09 UTC
Size:
1.83 KB
patch
obsolete
>From 8a5e776fc83001f4546b586adedfb336c7969563 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 9 Jan 2017 17:39:01 +0000 >Subject: [PATCH] Bug 17870 - Call to include file incorrectly moved into the > footer > >This patch moves a line of template code from js_includes.inc back into >doc-head-close.inc where it belongs. > >To test, apply the patch and view a page which uses a template that >depends on html_helpers.inc being processed. For example: > >- The set library page >- The holds queue report >- The new patron form > >The pages should work correctly. > >Signed-off-by: Claire Gravely <claire_gravely@hotmail.com> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc | 1 + > koha-tmpl/intranet-tmpl/prog/en/includes/js_includes.inc | 1 - > 2 files changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc >index 2f8e9af..4bd6661 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc >@@ -1,5 +1,6 @@ > [% USE Koha %] > [% USE String %] >+[% PROCESS 'html_helpers.inc' %] > <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> > > [%# Prevent XFS attacks -%] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/js_includes.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/js_includes.inc >index 414425a..8207456 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/js_includes.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/js_includes.inc >@@ -23,7 +23,6 @@ > <script type="text/javascript" src="[% interface %]/[% theme %]/js/staff-global.js"></script> > > [% INCLUDE 'validator-strings.inc' %] >-[% PROCESS 'html_helpers.inc' %] > [% IF ( IntranetUserJS ) %] > <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 17870
:
58705
|
58719
|
58720