]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/generic/error.html
Banktransaction: Kontoauszug verbuchen: Sonderfall für "credit_notes"
[mfinanz.git] / templates / webpages / generic / error.html
index eb43ed77203f276ce2175bb86bd82021325b82e1..2baa2e369692c891bc7d163ab454be7267651c69 100644 (file)
@@ -1,14 +1,8 @@
-<body>
- <table width=100%>
-  <tr>
-   <th class=listtop><TMPL_VAR NAME=title DEFAULT="Error!"></th>
-  </tr>
-  <tr height="5"></tr>
+[%- USE T8 %]
+[%- USE HTML %]
 
 
-  <tr><td><TMPL_VAR NAME=label_error></td></tr>
- </table>
+ <div class="message_error">[% IF title_error %][% title_error %][% ELSE %][% 'Error!' | $T8 %][% END %]
+ <p class="message_error_label">[% label_error %]</p>
+ </div>
 
 
- <TMPL_VAR NAME=DEBUG>
-
-</body>
-</html>
+ <p style="text-align: left;"><input type="button" class="submit" onclick="history.back()" value="[% 'Back' | $T8 %]"></p>