Patch aus Bug 1343: csv in ../users speichern
[kivitendo-erp.git] / templates / webpages / projects / search_master.html
index 4f41383..c5925b9 100644 (file)
      <td><input name="filter.description" size="60"></td>
     </tr>
 
-    <tr>
-     <th>&nbsp;</th>
-     <td>
-      <input type="radio" name="filter.active" id="active_active" value="active" checked>
-      <label for="active_active"><translate>Active</translate></label>
-      <input type="radio" name="filter.active" id="active_inactive" value="inactive">
-      <label for="active_inactive"><translate>Inactive</translate></label>
-      <input type="radio" name="filter.active" id="active_both" value="both">
-      <label for="active_both"><translate>Both</translate></label>
-     </td>
-    </tr>
+    [% CUSTOM_VARIABLES_FILTER_CODE %]
 
     <tr>
-     <td>&nbsp;</td>
+     <th><translate>Include in Report</translate></th>
      <td>
-      <input type="radio" name="filter.status" id="status_all" value="all" checked>
-      <label for="status_all"><translate>All</translate></label>
-      <input type="radio" name="filter.status" id="status_orphaned" value="orphaned">
-      <label for="status_orphaned"><translate>Orphaned</translate></label>
+      <table>
+       <tr>
+        <td>
+         <input type="radio" name="filter.active" id="active_active" value="active" checked>
+         <label for="active_active"><translate>Active</translate></label>
+        </td>
+        <td>
+         <input type="radio" name="filter.active" id="active_inactive" value="inactive">
+         <label for="active_inactive"><translate>Inactive</translate></label>
+        </td>
+        <td>
+         <input type="radio" name="filter.active" id="active_both" value="both">
+         <label for="active_both"><translate>Both</translate></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>
+        </td>
+        <td>
+         <input type="radio" name="filter.status" id="status_orphaned" value="orphaned">
+         <label for="status_orphaned"><translate>Orphaned</translate></label>
+        </td>
+       </tr>
+
+       [% CUSTOM_VARIABLES_INCLUSION_CODE %]
+
+      </table>
+     </td>
     </tr>
    </table>
   </p>