]> wagnertech.de Git - mfinanz.git/blob - templates/design40_webpages/generic/exception.html
date error in mapping
[mfinanz.git] / templates / design40_webpages / generic / exception.html
1 [% USE LxERP %]
2 [% USE HTML %]
3
4 <div class="message message_error">[% LxERP.t8('Error!') %]</div>
5
6 <div class="wrapper">
7
8 <p>[% LxERP.t8('An exception occurred during execution.') %]</p>
9
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>
19 </table>
20
21 </div><!-- /.wrapper -->
22