Bugzilla – Attachment 142799 Details for
Bug 32035
"Koha" less prominent in new staff interface
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32035: Add "Koha" to the staff interface home page
Bug-32035-Add-Koha-to-the-staff-interface-home-pag.patch (text/plain), 1.36 KB, created by
David Nind
on 2022-10-29 23:36:36 UTC
(
hide
)
Description:
Bug 32035: Add "Koha" to the staff interface home page
Filename:
MIME Type:
Creator:
David Nind
Created:
2022-10-29 23:36:36 UTC
Size:
1.36 KB
patch
obsolete
>From 3b4614a4bc2780a98619b59f8f52d07eac7bd6a6 Mon Sep 17 00:00:00 2001 >From: David Nind <david@davidnind.com> >Date: Sat, 29 Oct 2022 23:30:03 +0000 >Subject: [PATCH] Bug 32035: Add "Koha" to the staff interface home page > >Currently the staff interface does not show Koha on the home page. >This adds "Koha" to the homepage. > >Test plan: >1. Log in and view the staff interface home page. >2. In the bottom right-hand corner "Version 22.06.00" is shown. >3. Apply the patch. >4. Refresh the staff interface home home page. >5. It now shows "Koha: version 22.06.00". >6. Sign off :D (or comment on alternative options). >--- > koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt >index 1c657872be..2658d4d4ae 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt >@@ -273,7 +273,7 @@ > > <div class="row"> > <div class="col-sm-12"> >- <div id="koha_version">Version [% Koha.Version.maintenance | html %]</div> >+ <div id="koha_version">Koha: version [% Koha.Version.maintenance | html %]</div> > </div> > </div> > >-- >2.30.2
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 32035
:
142799
|
142800
|
143031
|
143034