View | Details | Raw Unified | Return to bug 18674
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt (-5 / +7 lines)
Lines 111-120 Link Here
111
            [% ELSIF (errZebraConnection) %]
111
            [% ELSIF (errZebraConnection) %]
112
            <tr><th scope="row"><b>Warning</b> </th><td>Error message from Zebra: [% ( errZebraConnection ) %] </td></tr>
112
            <tr><th scope="row"><b>Warning</b> </th><td>Error message from Zebra: [% ( errZebraConnection ) %] </td></tr>
113
            [% END %]
113
            [% END %]
114
            <tr><th scope="row">Time zone: </th>
114
            <tr>
115
               <td>Used: [% time_zone.actual %]<br/>
115
              <th scope="row">Time zone: </th>
116
                   Config: [% time_zone.config %]<br/>
116
              <td>Used: <span class="status_ok">[% time_zone.actual %]</span> |
117
                   ENV: [% time_zone.environment %]</td></tr>
117
                  Config: [% IF time_zone.config != '' %][% time_zone.config %][% ELSE %]<span>Undefined</span>[% END %] |
118
                  ENV: [% IF time_zone.environment != '' %][% time_zone.environment %][% ELSE %]<span>Undefined</span>[% END %]
119
              </td>
120
            </tr>
118
        </table>
121
        </table>
119
        </div>
122
        </div>
120
        <div id="perl">
123
        <div id="perl">
121
- 

Return to bug 18674