Bugzilla – Attachment 119187 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: add meta content with Koha version to staff client pages
Bug-28091-add-meta-content-with-Koha-version-to-st.patch (text/plain), 1.21 KB, created by
Lucas Gass (lukeg)
on 2021-04-05 18:44:19 UTC
(
hide
)
Description:
Bug 28091: add meta content with Koha version to staff client pages
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2021-04-05 18:44:19 UTC
Size:
1.21 KB
patch
obsolete
>From 860218e0658ca3066f13a6e6b1e67c8c27c758c6 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Mon, 5 Apr 2021 17:58:28 +0000 >Subject: [PATCH] Bug 28091: add meta content with Koha version to staff client > pages > >TO test: >-apply patch >-go to the Koha staff client and inspect the page, look at the HTML <head> >-there should be a line that looks like this: ><meta name="generator" content="Koha 20.12.00"> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc | 1 + > 1 file changed, 1 insertion(+) > >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 c2833e3009..d86649e015 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,6 +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 %]" /> > [%# Prevent XFS attacks -%] > [% UNLESS popup %] > <style id="antiClickjack">body{display:none !important;}</style> >-- >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 28091
:
119187
|
119188
|
120710
|
120711