Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 3fc38171

Von Andreas Rudin vor etwa 6 Jahren hinzugefügt

  • ID 3fc381717c5e7f0f657f604880fac7b7be4e492b
  • Vorgänger 9439c4f2
  • Nachfolger a58ef474

HP Aenderungen bis Oktober 2018

Unterschiede anzeigen:

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