Patch aus Bug 1343: csv in ../users speichern
[kivitendo-erp.git] / templates / webpages / dunning / search_de.html
index 5bd1b9d..d715c15 100644 (file)
@@ -28,7 +28,7 @@
 
       [% IF SHOW_DUNNING_LEVELS %]
        <tr>
-        <th align="right" nowrap>Nächste Mahnstufe</th>
+        <th align="right" nowrap>Mahnlevel</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">Verkäufer/in</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>
       <tr>
        <th align="right" nowrap>Alte Mahnungen anzeigen</th>
        <td><input type="checkbox" value="1" name="showold"></td>
-       <th align="right" nowrap>Verk&auml;ufer anzeigen</th>
+       <th align="right" nowrap>Verkäufer anzeigen</th>
        <td><input type="checkbox" value="1" name="l_salesman"></td>
       </tr>
      </table>