Bugzilla – Attachment 79876 Details for
Bug 21352
Allow plugins to add CSS and Javascript to Staff interface
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21352: Add missing USE statements
Bug-21352-Add-missing-USE-statements.patch (text/plain), 1.53 KB, created by
Tomás Cohen Arazi (tcohen)
on 2018-10-03 13:25:27 UTC
(
hide
)
Description:
Bug 21352: Add missing USE statements
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2018-10-03 13:25:27 UTC
Size:
1.53 KB
patch
obsolete
>From 14a3a269c02e48c143a26f276f453e1c9b755b94 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Mon, 1 Oct 2018 14:05:40 -0400 >Subject: [PATCH] Bug 21352: Add missing USE statements > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc | 1 + > koha-tmpl/intranet-tmpl/prog/en/includes/intranet-bottom.inc | 1 + > 2 files changed, 2 insertions(+) > >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 84d32eb073..c2d2f48773 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,6 +1,7 @@ > [% USE raw %] > [% USE Asset %] > [% USE Koha %] >+[% USE KohaPlugins %] > [% USE String %] > [% PROCESS 'html_helpers.inc' %] > <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/intranet-bottom.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/intranet-bottom.inc >index d7d75bb300..37ebda8444 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/intranet-bottom.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/intranet-bottom.inc >@@ -1,5 +1,6 @@ > [% USE raw %] > [% USE Koha %] >+[% USE KohaPlugins %] > </div> > [% IF ( ( languages_loop ) && ( ! popup_window ) && ( Koha.Preference('StaffLangSelectorMode') == 'both' || Koha.Preference('StaffLangSelectorMode') == 'footer') ) %] > [% UNLESS ( one_language_enabled ) %] >-- >2.19.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 21352
:
78877
|
79185
|
79186
|
79440
|
79441
|
79754
|
79755
|
79756
|
79873
|
79875
| 79876