Revision e848c705
Von Hans P. Schlaepfer vor mehr als 4 Jahren hinzugefügt
templates/webpages/generic/exception.html | ||
---|---|---|
[% USE LxERP %]
|
||
[% USE HTML %]
|
||
|
||
<h1 class="message_error">[%- LxERP.t8('Error!') %]</h1>
|
||
<div class="message message_error">[% LxERP.t8('Error!') %]</div>
|
||
|
||
<p>
|
||
[%- LxERP.t8('An exception occurred during execution.') %]
|
||
</p>
|
||
<div class="wrapper">
|
||
|
||
<div>
|
||
<table>
|
||
<tr>
|
||
<td valign="top">[%- LxERP.t8('Type') %]:</td>
|
||
<td valign="top">[%- HTML.escape(error.type) %]</td>
|
||
</tr>
|
||
<p>[% LxERP.t8('An exception occurred during execution.') %]</p>
|
||
|
||
<table class="tbl-horizontal">
|
||
<tr>
|
||
<td>[% LxERP.t8('Type') %]:</td>
|
||
<td>[% HTML.escape(error.type) %]</td>
|
||
</tr>
|
||
<tr>
|
||
<td>[% LxERP.t8('Information') %]:</td>
|
||
<td><code>[% HTML.escape(error.info) %]</code></td>
|
||
</tr>
|
||
</table>
|
||
|
||
</div><!-- /.wrapper -->
|
||
|
||
<tr>
|
||
<td valign="top">[%- LxERP.t8('Information') %]:</td>
|
||
<td valign="top"><pre>[%- HTML.escape(error.info) %]</pre></td>
|
||
</tr>
|
||
</table>
|
||
</div>
|
Auch abrufbar als: Unified diff
Neues Design 2019 Standard-Code templates/webpages/generic/