Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 81ca8fc2

Von Hans Peter Schlaepfer vor mehr als 5 Jahren hinzugefügt

  • ID 81ca8fc26ca6798e357192e2ee72cece55d7f774
  • Vorgänger 1b0453c5
  • Nachfolger e98e07ec

Neues kivitendo Design Aenderungen in templates/webpages/generic*

Dateien in generic/* und generictranslations/*

Unterschiede anzeigen:

templates/webpages/generic/exception.html
[%- USE LxERP %]
[%- USE 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