Bugzilla – Attachment 120711 Details for
Bug 28091
Add meta tag with Koha version number to staff interface pages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28091: Only show for logged in users
Bug-28091-Only-show-for-logged-in-users.patch (text/plain), 1.19 KB, created by
Kyle M Hall (khall)
on 2021-05-07 18:04:55 UTC
(
hide
)
Description:
Bug 28091: Only show for logged in users
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2021-05-07 18:04:55 UTC
Size:
1.19 KB
patch
obsolete
>From c0fdffeca270e0ebcda64c5bab22e35c7e9ee248 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 7 May 2021 14:02:35 -0400 >Subject: [PATCH] Bug 28091: Only show for logged in users > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc | 2 +- > 1 file 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 d86649e015..8f42529cf7 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 >@@ -6,7 +6,7 @@ > [% PROCESS 'html_helpers.inc' %] > <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> > <meta name="viewport" content="width=device-width, initial-scale=1" /> >-<meta name="generator" content="Koha [% Koha.Version.maintenance | html %]" /> >+[% IF logged_in_user %]<meta name="generator" content="Koha [% Koha.Version.maintenance | html %]" />[% END %] > [%# Prevent XFS attacks -%] > [% UNLESS popup %] > <style id="antiClickjack">body{display:none !important;}</style> >-- >2.24.3 (Apple Git-128)
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 28091
:
119187
|
119188
|
120710
| 120711