Merge branch 'master' of vc.linet-services.de:public/lx-office-erp
[kivitendo-erp.git] / templates / webpages / pe / pricegroup_form.html
index d1b022d..ed75005 100644 (file)
@@ -2,11 +2,10 @@
 [%- USE T8 %]
 [%- USE HTML %]
 [% L.javascript_tag('show_history.js') %]
-<body>
 
 <form method=post action="[% script %]">
 
-<input type=hidden name=id value="[% id %]"
+<input type=hidden name=id value="[% id %]">
 <input type=hidden name=type value="[% type %]">
 
 <table width=100%>
@@ -40,5 +39,3 @@
 <input type=button onclick="set_history_window([% id %]);" name=history id=history value="[% 'history' | $T8 %]">
 </form>
 
-</body>
-</html>