@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt +++ a/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 %] + +
--