From 569bd18fe81abef1ce8a4291d46a3b57908a6545 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Wed, 4 Apr 2018 20:49:07 +0000 Subject: [PATCH] Bug 18674: Style changes to match other entries Signed-off-by: Tomas Cohen Arazi --- koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt index cf73d11..b474233 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt @@ -111,10 +111,13 @@ [% ELSIF (errZebraConnection) %] Warning Error message from Zebra: [% ( errZebraConnection ) %] [% END %] - Time zone: - Used: [% time_zone.actual %]
- Config: [% time_zone.config %]
- ENV: [% time_zone.environment %] + + Time zone: + Used: [% time_zone.actual %] | + Config: [% IF time_zone.config != '' %][% time_zone.config %][% ELSE %]Undefined[% END %] | + ENV: [% IF time_zone.environment != '' %][% time_zone.environment %][% ELSE %]Undefined[% END %] + +
-- 2.1.4