epic-ts
[kivitendo-erp.git] / templates / webpages / pe / pricegroup_form.html
index fbf1e5d..850275f 100644 (file)
@@ -1,8 +1,8 @@
 [%- USE L %]
 [%- USE T8 %]
 [%- USE HTML %]
+<h1>[% title %]</h1>
 [% L.javascript_tag('show_history.js') %]
-<body>
 
 <form method=post action="[% script %]">
 
 <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,8 +33,9 @@
 <input type=submit class=submit name=action value="[% 'Delete' | $T8 %]">
 [%- END %]
 
-<input type=button onclick="set_history_window([% id %]);" name=history id=history value="[% 'history' | $T8 %]">
+[%- IF ( id ) %]
+  <input type=button onclick="set_history_window([% id %], 'id');" name=history id=history value="[% 'history' | $T8 %]">
+[%- END %]
+
 </form>
 
-</body>
-</html>