]> wagnertech.de Git - kivitendo-erp.git/blobdiff - templates/webpages/dunning/add_master.html
Automatisches Ersetzen von <translate>...</translate> durch $T8
[kivitendo-erp.git] / templates / webpages / dunning / add_master.html
index 3c29092bd5e69faa35666462e5b00ef3ce201903..9b6d4e287288c7f92dbdfee5dc84e1831bffef5e 100644 (file)
@@ -1,10 +1,11 @@
+[%- USE T8 %]
 [% USE HTML %]<script type="text/javascript" src="js/common.js"></script>
 <script type="text/javascript">
  <!--
      function setup_controls() {
        fokus();
-       setupDateFormat('[% myconfig_dateformat %]', '<translate>Wrong date format!</translate>');
-       setupPoints('[% myconfig_numberformat %]', '<translate>wrongformat</translate>');
+       setupDateFormat('[% myconfig_dateformat %]', '[% 'Wrong date format!' | $T8 %]');
+       setupPoints('[% myconfig_numberformat %]', '[% 'wrongformat' | $T8 %]');
      }
    -->
 </script>
@@ -17,7 +18,7 @@
 
   <table>
    <tr>
-    <th align="right"><translate>Customer</translate></th>
+    <th align="right">[% 'Customer' | $T8 %]</th>
     <td colspan="3">
      [% IF SHOW_CUSTOMER_SELECTION %]
       <select name="customer">
@@ -32,7 +33,7 @@
 
    [% IF SHOW_DUNNING_LEVEL_SELECTION %]
     <tr>
-     <th align="right"><translate>Next Dunning Level</translate></th>
+     <th align="right">[% 'Next Dunning Level' | $T8 %]</th>
      <td colspan="3">
       <select name="dunning_level">
        <option></option>
@@ -44,7 +45,7 @@
 
    [% IF SHOW_DEPARTMENT_SELECTION %]
     <tr>
-     <th align="right"><translate>Department</translate></th>
+     <th align="right">[% 'Department' | $T8 %]</th>
      <td colspan="3">
       <select name="department">
        <option></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><td colspan="2"><hr size="3" noshade></td></tr>
 
    <tr>
-    <th align="right" nowrap><translate>Minimum Amount</translate></th>
+    <th align="right" nowrap>[% 'Minimum Amount' | $T8 %]</th>
     <td><input name="minamount" size="6"></td>
    </tr>
 
    <tr>
-    <th align="right" nowrap><translate>Group Invoices</translate></th>
+    <th align="right" nowrap>[% 'Group Invoices' | $T8 %]</th>
     <td><input type="checkbox" value="1" name="groupinvoices" checked></td>
    </tr>
   </table>
@@ -85,7 +86,7 @@
   <input type="hidden" name="nextsub" value="show_invoices">
 
   <br>
-  <input class="submit" type="submit" name="action" value="<translate>Continue</translate>">
+  <input class="submit" type="submit" name="action" value="[% 'Continue' | $T8 %]">
 
  </form>