]> wagnertech.de Git - kivitendo-erp.git/blobdiff - templates/webpages/projects/search_master.html
Automatisches Ersetzen von <translate>...</translate> durch $T8
[kivitendo-erp.git] / templates / webpages / projects / search_master.html
index c5925b91f1cc2e629715d9c6045aaff37461cabe..e7b030c44c318dbffbf2cab16d66730f1fd0a97a 100644 (file)
@@ -1,3 +1,4 @@
+[%- USE T8 %]
 [% USE HTML %]<body>
 
  <form method="post" action="projects.pl">
@@ -7,44 +8,44 @@
   <p>
    <table>
     <tr>
-     <th align="right"><translate>Number</translate></th>
+     <th align="right">[% 'Number' | $T8 %]</th>
      <td><input name="filter.projectnumber" size="20"></td>
     </tr>
 
     <tr>
-     <th align="right"><translate>Description</translate></th>
+     <th align="right">[% 'Description' | $T8 %]</th>
      <td><input name="filter.description" size="60"></td>
     </tr>
 
     [% CUSTOM_VARIABLES_FILTER_CODE %]
 
     <tr>
-     <th><translate>Include in Report</translate></th>
+     <th>[% 'Include in Report' | $T8 %]</th>
      <td>
       <table>
        <tr>
         <td>
          <input type="radio" name="filter.active" id="active_active" value="active" checked>
-         <label for="active_active"><translate>Active</translate></label>
+         <label for="active_active">[% 'Active' | $T8 %]</label>
         </td>
         <td>
          <input type="radio" name="filter.active" id="active_inactive" value="inactive">
-         <label for="active_inactive"><translate>Inactive</translate></label>
+         <label for="active_inactive">[% 'Inactive' | $T8 %]</label>
         </td>
         <td>
          <input type="radio" name="filter.active" id="active_both" value="both">
-         <label for="active_both"><translate>Both</translate></label>
+         <label for="active_both">[% 'Both' | $T8 %]</label>
         </td>
        </tr>
 
        <tr>
         <td>
          <input type="radio" name="filter.status" id="status_all" value="all" checked>
-         <label for="status_all"><translate>All</translate></label>
+         <label for="status_all">[% 'All' | $T8 %]</label>
         </td>
         <td>
          <input type="radio" name="filter.status" id="status_orphaned" value="orphaned">
-         <label for="status_orphaned"><translate>Orphaned</translate></label>
+         <label for="status_orphaned">[% 'Orphaned' | $T8 %]</label>
         </td>
        </tr>
 
@@ -61,7 +62,7 @@
   <input type="hidden" name="nextsub" value="project_report">
 
   <p>
-   <input class="submit" type="submit" name="action" value="<translate>Continue</translate>">
+   <input class="submit" type="submit" name="action" value="[% 'Continue' | $T8 %]">
   </p>
  </form>