From c330240d787ac275c57dcdf28a7aad3f7f78805f 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 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 Signed-off-by: Katrin Fischer --- 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 @@
-
Version [% Koha.Version.maintenance | html %]
+
-- 2.30.2