]> wagnertech.de Git - kivitendo-erp.git/blobdiff - templates/webpages/generic/select_part_de.html
Automatisches Ersetzen von <translate>...</translate> durch $T8
[kivitendo-erp.git] / templates / webpages / generic / select_part_de.html
index abf7a7293ec6a41ab6f16dd1873f4689796f281f..324c4738ad67436e5102de2cdde655273d9e8e6f 100644 (file)
@@ -1,3 +1,4 @@
+[%- USE T8 %]
 [% USE HTML %]<body [% IF onload %]onload="[% onload %]"[% END %]>
 
  <form method="post" action="[% HTML.escape(script) %]">
   <input type="hidden" name="remap_parts_id" value="[% HTML.escape(remap_parts_id) %]">
   <input type="hidden" name="remap_partnumber" value="[% HTML.escape(remap_partnumber) %]">
 
-  <div class="listtop">Artikel ausw&auml;hlen</div>
+  <div class="listtop">[% 'Select a part or assembly' | $T8 %]</div>
 
   <p>
    <table>
     <tr>
      <th class="listheading">&nbsp;</th>
-     <th class="listheading">Nummer</th>
-     <th class="listheading">Beschreibung</th>
+     <th class="listheading">[% 'Number' | $T8 %]</th>
+     <th class="listheading">[% 'Description' | $T8 %]</th>
      [% IF has_charge %]
-     <th class="listheading">Chargennummer</th>
+     <th class="listheading">[% 'Charge number' | $T8 %]</th>
+     [% END %]
+     [% IF has_bestbefore %]
+     [% IF conf_show_best_before %]
+     <th class="listheading">[% 'Best Before' | $T8 %]</th>
+     [% END %]
+     [% END %]
+     [% IF has_ean %]
+     <th class="listheading">[% 'EAN' | $T8 %]</th>
      [% END %]
     </tr>
 
       [% HTML.escape(part.chargenumber) %]
      </td>
      [% END %]
+     [% IF has_bestbefore %]
+     [% IF conf_show_best_before %]
+     <td>
+      <input type="hidden" name="new_bestbefore_id_[% loop.count %]" value="[% HTML.escape(part.bestbefore_id) %]">
+      <input type="hidden" name="new_bestbefore_[% loop.count %]" value="[% HTML.escape(part.bestbefore) %]">
+      [% HTML.escape(part.bestbefore) %]
+     </td>
+     [% END %]
+     [% END %]
+     [% IF has_ean %]
+     <td>
+      <input type="hidden" name="new_ean_[% loop.count %]" value="[% HTML.escape(part.ean) %]">
+      [% HTML.escape(part.ean) %]
+     [% END %]
+     </td>
     </tr>
     [% END %]
    </table>
   </p>
 
   <p>
-   <input type="submit" class="submit" name="action" value="Weiter">
+   <input type="submit" class="submit" name="action" value="[% 'Continue' | $T8 %]">
   </p>
 
  </form>