Bugzilla – Attachment 100302 Details for
Bug 24825
Some templates are missing [% SET footerjs = 1 %]
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24825: Add [% SET footerjs = 1 %] to circulation-home.tt
Bug-24825-Add--SET-footerjs--1--to-circulation-hom.patch (text/plain), 1.06 KB, created by
Lucas Gass (lukeg)
on 2020-03-06 23:42:09 UTC
(
hide
)
Description:
Bug 24825: Add [% SET footerjs = 1 %] to circulation-home.tt
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2020-03-06 23:42:09 UTC
Size:
1.06 KB
patch
obsolete
>From 983add5f97439fc19f7f7c89a7555d7290cb4940 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Fri, 6 Mar 2020 23:38:52 +0000 >Subject: [PATCH] Bug 24825: Add [% SET footerjs = 1 %] to circulation-home.tt > >TEST PLAN: >-add this jQuery to IntranetUserJS: $('#logo').hide(); >-load the circulation page, it does not hide the logo. >-go to any other page on the staff client, the logo is hidden. >-apply patch >-load the circulation page, the logo is hidden >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt >index b1bac4ae2b..ff96900380 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt >@@ -1,5 +1,6 @@ > [% USE raw %] > [% USE Koha %] >+[% SET footerjs = 1 %] > [% USE Branches %] > [% INCLUDE 'doc-head-open.inc' %] > <title>Koha › Circulation</title> >-- >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 24825
:
100302
|
100307
|
100387
|
100419