Revision 3fc38171
Von Andreas Rudin vor etwa 6 Jahren hinzugefügt
templates/webpages/generic/exception.html | ||
---|---|---|
1 | 1 |
[% USE LxERP %] |
2 | 2 |
[% USE HTML %] |
3 | 3 |
|
4 |
<div class="message_error">[% LxERP.t8('Error!') %]</div> |
|
4 |
<div class="message message_error">[% LxERP.t8('Error!') %]</div>
|
|
5 | 5 |
|
6 | 6 |
<div class="wrapper"> |
7 | 7 |
|
8 | 8 |
<p>[% LxERP.t8('An exception occurred during execution.') %]</p> |
9 | 9 |
|
10 | 10 |
<table class="tbl-horizontal"> |
11 |
<tr>
|
|
12 |
<td>[% LxERP.t8('Type') %]:</td>
|
|
13 |
<td>[% HTML.escape(error.type) %]</td>
|
|
14 |
</tr>
|
|
15 |
<tr>
|
|
16 |
<td>[% LxERP.t8('Information') %]:</td>
|
|
17 |
<td><code>[% HTML.escape(error.info) %]</code></td>
|
|
18 |
</tr>
|
|
11 |
<tr>
|
|
12 |
<td>[% LxERP.t8('Type') %]:</td>
|
|
13 |
<td>[% HTML.escape(error.type) %]</td>
|
|
14 |
</tr>
|
|
15 |
<tr>
|
|
16 |
<td>[% LxERP.t8('Information') %]:</td>
|
|
17 |
<td><code>[% HTML.escape(error.info) %]</code></td>
|
|
18 |
</tr>
|
|
19 | 19 |
</table> |
20 | 20 |
|
21 | 21 |
</div><!-- /.wrapper --> |
Auch abrufbar als: Unified diff
HP Aenderungen bis Oktober 2018