]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/am/edit_templates.html
Date-Input-Felder durch 'L.date_tag's ersetzt
[mfinanz.git] / templates / webpages / am / edit_templates.html
index 70f66fbc6981b0c01e5f48adfaac66425bacb41b..a25abc69effa117b0fef59687b770faf96697e73 100644 (file)
@@ -3,6 +3,10 @@
 
  <div class="listheading">[% title %]</div>
 
+  [% 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">
 
   [% FOREACH var = HIDDEN %]<input type="hidden" name="[% HTML.escape(var.name) %]" value="[% HTML.escape(var.value) %]">[% END %]