Lines 111-116
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> |
115 |
<td>Used: [% time_zone.actual %]<br/> |
116 |
Config: [% time_zone.config %]<br/> |
117 |
ENV: [% time_zone.environment %]</td></tr> |
114 |
</table> |
118 |
</table> |
115 |
</div> |
119 |
</div> |
116 |
<div id="perl"> |
120 |
<div id="perl"> |
117 |
- |
|
|