Form: Template-Objekt aus Presenter nehmen und nicht selber speichern
[kivitendo-erp.git] / templates / webpages / generic / exception.html
diff --git a/templates/webpages/generic/exception.html b/templates/webpages/generic/exception.html
deleted file mode 100644 (file)
index 8b70d41..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-[%- USE LxERP %]
-[%- USE HTML %]
-
- <h1 class="message_error">[%- LxERP.t8('Error!') %]</h1>
-
- <p>
-  [%- LxERP.t8('An exception occurred during execution.') %]
- </p>
-
- <div>
-  <table>
-   <tr>
-    <td valign="top">[%- LxERP.t8('Type') %]:</td>
-    <td valign="top">[%- HTML.escape(error.type) %]</td>
-   </tr>
-
-   <tr>
-    <td valign="top">[%- LxERP.t8('Information') %]:</td>
-    <td valign="top"><pre>[%- HTML.escape(error.info) %]</pre></td>
-   </tr>
-  </table>
- </div>
-