Automatisches Ersetzen von <translate>...</translate> durch $T8
[kivitendo-erp.git] / templates / webpages / dunning / search_master.html
index c2b1b3a..6611df2 100644 (file)
@@ -1,3 +1,4 @@
+[%- USE T8 %]
 [% USE HTML %]<body onLoad="[% onload %]">
 
  <script type="text/javascript" src="js/common.js"></script>
@@ -12,7 +13,7 @@
     <td>
      <table>
       <tr>
-       <th align="right"><translate>Customer</translate></th>
+       <th align="right">[% 'Customer' | $T8 %]</th>
        <td colspan="3">
         [% IF SHOW_CUSTOMER_DDBOX %]
          <select name="customer_id">
@@ -28,7 +29,7 @@
 
       [% IF SHOW_DUNNING_LEVELS %]
        <tr>
-        <th align="right" nowrap><translate>Dunning Level</translate></th>
+        <th align="right" nowrap>[% 'Dunning Level' | $T8 %]</th>
         <td colspan="3">
          <select name="dunning_level">
           <option value=""></option>
@@ -41,7 +42,7 @@
 
       [% IF SHOW_DEPARTMENT_DDBOX %]
        <tr>
-        <th align="right" nowrap><translate>Department</translate></th>
+        <th align="right" nowrap>[% 'Department' | $T8 %]</th>
         <td colspan="3">
          <select name="department_id">
           <option value=""></option>
       [% END %]
 
       <tr>
-       <th align="right" nowrap><translate>Invoice Number</translate></th>
+       <th align="right" nowrap>[% 'Invoice Number' | $T8 %]</th>
        <td colspan="3"><input name="invnumber" size="20"></td>
       </tr>
 
       <tr>
-       <th align="right" nowrap><translate>Order Number</translate></th>
+       <th align="right" nowrap>[% 'Order Number' | $T8 %]</th>
        <td colspan="3"><input name="ordnumber" size="20"></td>
       </tr>
 
       <tr>
-       <th align="right" nowrap><translate>Notes</translate></th>
+       <th align="right" nowrap>[% 'Notes' | $T8 %]</th>
        <td colspan="3"><input name="notes" size="40"></td>
       </tr>
 
       <tr>
-       <th align="right" nowrap><translate>Invdate from</translate></th>
+       <th align="right" nowrap>[% 'Invdate from' | $T8 %]</th>
        <td>
         <input name="transdatefrom" id="transdatefrom" size="11" title="[% HTML.escape(myconfig_dateformat) %]" onBlur="check_right_date_format(this)">
         <input type="button" name="transdatefrom" id="trigger1" value="?">
        </td>
-       <th align="right" nowrap><translate>To (time)</translate></th>
+       <th align="right" nowrap>[% 'To (time)' | $T8 %]</th>
        <td>
         <input name="transdateto" id="transdateto" size="11" title="[% HTML.escape(myconfig_dateformat) %]" onBlur="check_right_date_format(this)">
         <input type="button" name="transdateto" id="trigger2" value="?">
       </tr>
 
       <tr>
-       <th align="right" nowrap><translate>Dunning Date from</translate></th>
+       <th align="right" nowrap>[% 'Dunning Date from' | $T8 %]</th>
        <td>
         <input name="dunningfrom" id="dunningfrom" size="11" title="[% HTML.escape(myconfig_dateformat) %]" onBlur="check_right_date_format(this)">
         <input type="button" name="dunningfrom" id="trigger3" value="?">
        </td>
-       <th align="right" nowrap><translate>To (time)</translate></th>
+       <th align="right" nowrap>[% 'To (time)' | $T8 %]</th>
        <td>
         <input name="dunningto" id="dunningto" size="11" title="[% HTML.escape(myconfig_dateformat) %]" onBlur="check_right_date_format(this)">
         <input type="button" name="dunningto" id="trigger4" value="?">
        </td>
       </tr>
       <tr>
-       <th align="right"><translate>Salesman</translate></th>
+       <th align="right">[% 'Salesman' | $T8 %]</th>
        <td>
         [%- INCLUDE 'generic/multibox.html'
             name          = 'salesman_id',
     <td>
      <table>
       <tr>
-       <th align="right" nowrap><translate>Show old dunnings</translate></th>
+       <th align="right" nowrap>[% 'Show old dunnings' | $T8 %]</th>
        <td><input type="checkbox" value="1" name="showold"></td>
-       <th align="right" nowrap><translate>Show Salesman</translate></th>
+       <th align="right" nowrap>[% 'Show Salesman' | $T8 %]</th>
        <td><input type="checkbox" value="1" name="l_salesman"></td>
       </tr>
      </table>
 
   <br>
 
-  <input class="submit" type="submit" name="action" value="<translate>Continue</translate>">
+  <input class="submit" type="submit" name="action" value="[% 'Continue' | $T8 %]">
 
  </form>