]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/pe/pricegroup_form.html
Dokumentationslink bei Vorlagen bearbeiten angepasst
[mfinanz.git] / templates / webpages / pe / pricegroup_form.html
index 0b1f8e3ce0ba1c83f92a1c9282c8dcef111c00a0..850275fbf1c32766f96e8e94e02fb711196dc7c3 100644 (file)
@@ -1,6 +1,7 @@
 [%- USE L %]
 [%- USE T8 %]
 [%- USE HTML %]
+<h1>[% title %]</h1>
 [% L.javascript_tag('show_history.js') %]
 
 <form method=post action="[% script %]">
@@ -9,10 +10,6 @@
 <input type=hidden name=type value="[% type %]">
 
 <table width=100%>
-  <tr>
-    <th class=listtop>[% title %]</th>
-  </tr>
-  <tr height="5"></tr>
   <tr>
     <td>
       <table width=100%>
@@ -37,7 +34,7 @@
 [%- END %]
 
 [%- IF ( id ) %]
-  <input type=button onclick="set_history_window([% id %]);" name=history id=history value="[% 'history' | $T8 %]">
+  <input type=button onclick="set_history_window([% id %], 'id');" name=history id=history value="[% 'history' | $T8 %]">
 [%- END %]
 
 </form>