Templates werden nicht mehr explizit übersetzt: *_master in * umbenannt
[kivitendo-erp.git] / templates / webpages / generic / information.html
diff --git a/templates/webpages/generic/information.html b/templates/webpages/generic/information.html
new file mode 100644 (file)
index 0000000..29e4171
--- /dev/null
@@ -0,0 +1,13 @@
+[%- USE T8 %]
+[% USE HTML %]<body>
+ <table width="100%">
+  <tr>
+   <th class="listtop">[% IF title_information %][% title_information %][% ELSE %][% 'Information' | $T8 %][% END %]</th>
+  </tr>
+  <tr height="5"></tr>
+
+  <tr><td>[% label_information %]</td></tr>
+ </table>
+
+</body>
+</html>