Bugzilla – Attachment 143031 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.51 KB, created by
Katrin Fischer
on 2022-11-02 19:24:53 UTC
(
hide
)
Description:
Bug 32035: Add "Koha" to the staff interface home page
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-11-02 19:24:53 UTC
Size:
1.51 KB
patch
obsolete
>From c330240d787ac275c57dcdf28a7aad3f7f78805f 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 include Koha before the version >number shown on the home page. > >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 page. >5. It now shows "Koha 22.06.00" (linked to the Koha website). >6. Sign off :D (or comment on alternative options). > >Signed-off-by: David Nind <david@davidnind.com> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > 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..09d2fddb48 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"><a href="https://koha-community.org">Koha [% Koha.Version.maintenance | html %]</a></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