Bugzilla – Attachment 120710 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.33 KB, created by
Kyle M Hall (khall)
on 2021-05-07 18:04:44 UTC
(
hide
)
Description:
Bug 28091: add meta content with Koha version to staff client pages
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2021-05-07 18:04:44 UTC
Size:
1.33 KB
patch
obsolete
>From 1b909b038b78660130947324c2c34141630b9ad8 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"> > >Signed-off-by: David Nind <david@davidnind.com> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > 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.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