Bugzilla – Attachment 73702 Details for
Bug 18674
Show timezone for Perl and MySQL on the About Koha page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18674: Style changes to match other entries
Bug-18674-Style-changes-to-match-other-entries.patch (text/plain), 1.56 KB, created by
Tomás Cohen Arazi (tcohen)
on 2018-04-05 14:38:12 UTC
(
hide
)
Description:
Bug 18674: Style changes to match other entries
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2018-04-05 14:38:12 UTC
Size:
1.56 KB
patch
obsolete
>From 569bd18fe81abef1ce8a4291d46a3b57908a6545 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >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 <tomascohen@theke.io> >--- > 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) %] > <tr><th scope="row"><b>Warning</b> </th><td>Error message from Zebra: [% ( errZebraConnection ) %] </td></tr> > [% END %] >- <tr><th scope="row">Time zone: </th> >- <td>Used: [% time_zone.actual %]<br/> >- Config: [% time_zone.config %]<br/> >- ENV: [% time_zone.environment %]</td></tr> >+ <tr> >+ <th scope="row">Time zone: </th> >+ <td>Used: <span class="status_ok">[% time_zone.actual %]</span> | >+ Config: [% IF time_zone.config != '' %][% time_zone.config %][% ELSE %]<span>Undefined</span>[% END %] | >+ ENV: [% IF time_zone.environment != '' %][% time_zone.environment %][% ELSE %]<span>Undefined</span>[% END %] >+ </td> >+ </tr> > </table> > </div> > <div id="perl"> >-- >2.1.4
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 18674
:
72214
|
73533
|
73534
|
73700
|
73701
| 73702 |
73720
|
74024
|
74026
|
74036