]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/dunning/search_master.html
XUL - Menu für Firefox/Prism: Stylesheet geändert.
[mfinanz.git] / templates / webpages / dunning / search_master.html
index f2f7c91a0326358a32d6d71ae0dec195965db451..c2b1b3a39e1deba77418a270deeac03244cf7478 100644 (file)
@@ -28,7 +28,7 @@
 
       [% IF SHOW_DUNNING_LEVELS %]
        <tr>
-        <th align="right" nowrap><translate>Next Dunning Level</translate></th>
+        <th align="right" nowrap><translate>Dunning Level</translate></th>
         <td colspan="3">
          <select name="dunning_level">
           <option value=""></option>
         <input type="button" name="dunningto" id="trigger4" value="?">
        </td>
       </tr>
-
+      <tr>
+       <th align="right"><translate>Salesman</translate></th>
+       <td>
+        [%- INCLUDE 'generic/multibox.html'
+            name          = 'salesman_id',
+            style         = 'width: 250px',
+            DATA          =  ALL_SALESMEN,
+            id_key        = 'id',
+            label_sub     = 'salesman_labels',
+            limit         = vclimit,
+            show_empty    = 1,
+            allow_textbox = 0,
+         -%]
+       </td>
+      </tr>
      </table>
     </td>
    </tr>