Artikel-Klassifizierung
[kivitendo-erp.git] / templates / webpages / ic / search_update_prices.html
index a8ce648..6c49220 100644 (file)
@@ -1,14 +1,12 @@
 [%- USE T8 %]
 [%- USE HTML %]
 [%- USE LxERP %]
-<body>
+<h1>[% 'Update prices' | $T8 %]</h1>
 
  <form method="post" action="ic.pl">
 
   <input type="hidden" name="title" value="[% 'Update prices' | $T8 %]">
 
-  <div class="listtop">[% 'Update prices' | $T8 %]</div>
-
   <p>
    <table>
     <tr>
@@ -22,7 +20,7 @@
     </tr>
 
     <tr>
-     <th align="right" nowrap>[% 'Group' | $T8 %]</th>
+     <th align="right" nowrap>[% 'Partsgroup' | $T8 %]</th>
      <td><input name="partsgroup" size="20"></td>
      <th align="right" nowrap>[% 'Serial Number' | $T8 %]</th>
      <td><input name="serialnumber" size="20"></td>
@@ -65,7 +63,7 @@
   <p>
    <table>
     <tr>
-     <th class="listheading">[% 'Preisklasse' | $T8 %]</th>
+     <th class="listheading">[% 'Price group' | $T8 %]</th>
      <th class="listheading">[% 'Preis' | $T8 %]</th>
      <th class="listheading">[% 'Prozentual/Absolut' | $T8 %]</th>
     </tr>
   </p>
  </form>
 
-</body>
-</html>