Die HTML-Vorlagen werden nun ebenfalls von locales.pl uebersetzt. Dabei werden alle...
[kivitendo-erp.git] / templates / webpages / generic / error_master.html
1 <body>
2  <table width=100%>
3   <tr>
4    <th class=listtop><TMPL_VAR NAME=title DEFAULT="<translate>Error!</translate>"></th>
5   </tr>
6   <tr height="5"></tr>
7
8   <tr><td><TMPL_VAR NAME=label_error></td></tr>
9  </table>
10
11  <TMPL_VAR NAME=DEBUG>
12
13 </body>
14 </html>