Zelleninhalte, die nur "0" sind (also die Zahl "0"), wurden in PDF- und HTML-Ausgabe...
[kivitendo-erp.git] / templates / webpages / generic / error_de.html
index 838c706..9a02960 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>