]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/generic/error_de.html
XUL Menue, Uebersetzung der Benutzereinstellung
[mfinanz.git] / templates / webpages / generic / error_de.html
index 838c706581739e812b0d1147575fb8dd2e2005ce..9a029609ea7fbae36cfedf9ffca835957dbc1ad5 100644 (file)
@@ -1,14 +1,12 @@
-<body>
- <table width=100%>
+[% USE HTML %]<body>
+ <table width="100%">
   <tr>
-   <th class=listtop><TMPL_VAR NAME=title DEFAULT="Fehler!"></th>
+   <th class="listtop">[% IF title_error %][% title_error %][% ELSE %]Fehler![% END %]</th>
   </tr>
   <tr height="5"></tr>
 
-  <tr><td><TMPL_VAR NAME=label_error></td></tr>
+  <tr><td>[% label_error %]</td></tr>
  </table>
 
- <TMPL_VAR NAME=DEBUG>
-
 </body>
 </html>