]> wagnertech.de Git - kivitendo-erp.git/blobdiff - templates/webpages/generic/select_part_master.html
Automatisches Ersetzen von <translate>...</translate> durch $T8
[kivitendo-erp.git] / templates / webpages / generic / select_part_master.html
index 433bceb1117b11ea1fe7e9a6b52dd8e1b8face55..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"><translate>Select a part or assembly</translate></div>
+  <div class="listtop">[% 'Select a part or assembly' | $T8 %]</div>
 
   <p>
    <table>
     <tr>
      <th class="listheading">&nbsp;</th>
-     <th class="listheading"><translate>Number</translate></th>
-     <th class="listheading"><translate>Description</translate></th>
+     <th class="listheading">[% 'Number' | $T8 %]</th>
+     <th class="listheading">[% 'Description' | $T8 %]</th>
      [% IF has_charge %]
-     <th class="listheading"><translate>Charge number</translate></th>
+     <th class="listheading">[% 'Charge number' | $T8 %]</th>
      [% END %]
      [% IF has_bestbefore %]
      [% IF conf_show_best_before %]
-     <th class="listheading"><translate>Best Before</translate></th>
+     <th class="listheading">[% 'Best Before' | $T8 %]</th>
      [% END %]
      [% END %]
      [% IF has_ean %]
-     <th class="listheading"><translate>EAN</translate></th>
+     <th class="listheading">[% 'EAN' | $T8 %]</th>
      [% END %]
     </tr>
 
@@ -75,7 +76,7 @@
   </p>
 
   <p>
-   <input type="submit" class="submit" name="action" value="<translate>Continue</translate>">
+   <input type="submit" class="submit" name="action" value="[% 'Continue' | $T8 %]">
   </p>
 
  </form>