]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/generic/information_master.html
Umstellung einiger Vorlagen aus templates/webpages/generic von HTML::Template auf...
[mfinanz.git] / templates / webpages / generic / information_master.html
index 9a322f4b619b35d2dffda04bef7c0bd444138f9a..91c0e963dbbb6b53bfc826d0b1ba42afba84b5d3 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="<translate>Information</translate>"></th>
+   <th class="listtop">[% IF title_information %][% title_information %][% ELSE %]<translate>Information</translate>[% END %]</th>
   </tr>
   <tr height="5"></tr>
 
-  <tr><td><TMPL_VAR NAME=label_information></td></tr>
+  <tr><td>[% label_information %]</td></tr>
  </table>
 
- <TMPL_VAR NAME=DEBUG>
-
 </body>
 </html>