<body> entfernt.
[kivitendo-erp.git] / templates / webpages / am / edit_templates.html
index 70f66fb..4c49e70 100644 (file)
@@ -1,7 +1,11 @@
 [%- USE T8 %]
-[% USE HTML %]<body>
+[%- USE HTML %]
 
- <div class="listheading">[% title %]</div>
+ <h1>[% title %]</h1>
+
+  [% IF type == 'templates' %]
+   <p style="text-align: right;">[<a href="doc/html/ch03s02.html" target="_blank" title="[% 'Open in new window' | $T8 %]">[% 'Help Template Variables' | $T8 %]</a>]</p>
+  [% END %]
 
  <form method="post" name="Form" action="amtemplates.pl">
 
@@ -75,5 +79,3 @@
 
  </form>
 
-</body>
-</html>