IS: Departments anzeigen.
[kivitendo-erp.git] / templates / webpages / dunning / search_master.html
index 4ef95e4..971ef1a 100644 (file)
@@ -73,7 +73,7 @@
         <input name="transdatefrom" id="transdatefrom" size="11" title="[% HTML.escape(myconfig_dateformat) %]" onBlur="check_right_date_format(this)">
         <input type="button" name="transdatefrom" id="trigger1" value="?">
        </td>
-       <th align="right" nowrap><translate>To</translate></th>
+       <th align="right" nowrap><translate>To (time)</translate></th>
        <td>
         <input name="transdateto" id="transdateto" size="11" title="[% HTML.escape(myconfig_dateformat) %]" onBlur="check_right_date_format(this)">
         <input type="button" name="transdateto" id="trigger2" value="?">
@@ -86,7 +86,7 @@
         <input name="dunningfrom" id="dunningfrom" size="11" title="[% HTML.escape(myconfig_dateformat) %]" onBlur="check_right_date_format(this)">
         <input type="button" name="dunningfrom" id="trigger3" value="?">
        </td>
-       <th align="right" nowrap><translate>To</translate></th>
+       <th align="right" nowrap><translate>To (time)</translate></th>
        <td>
         <input name="dunningto" id="dunningto" size="11" title="[% HTML.escape(myconfig_dateformat) %]" onBlur="check_right_date_format(this)">
         <input type="button" name="dunningto" id="trigger4" value="?">
 
   <input type="hidden" name="nextsub" value="show_dunning">
 
-  <input type="hidden" name="login" value="[% HTML.escape(login) %]">
-  <input type="hidden" name="password" value="[% HTML.escape(password) %]">
-
   <br>
 
   <input class="submit" type="submit" name="action" value="<translate>Continue</translate>">