From 3b4614a4bc2780a98619b59f8f52d07eac7bd6a6 Mon Sep 17 00:00:00 2001 From: David Nind 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 @@
-
Version [% Koha.Version.maintenance | html %]
+
Koha: version [% Koha.Version.maintenance | html %]
-- 2.30.2