Buttons als <input type="submit"> und nicht als <button type="button"> rendern lassen.
[kivitendo-erp.git] / templates / webpages / oe / search_de.html
index e0efc08..035f1c2 100644 (file)
@@ -99,7 +99,7 @@
      </td>
     </tr>
     <tr>
-     <th align="right">Von</th>
+     <th align="right">Auftragsdatum Von</th>
      <td>
       <input name="transdatefrom" id="transdatefrom" size="11" title="[% HTML.escape(dateformat) %]" onBlur="check_right_date_format(this)">
       <input type="button" name="transdatefrom" id="trigger3" value="?">
       <input type="button" name="transdateto" name="transdateto" id="trigger4" value="?">
      </td>
     </tr>
+    <tr>
+     <th align="right">Lieferdatum Von</th>
+     <td>
+      <input name=reqdatefrom id=reqdatefrom size=11 title="[% HTML.escape(dateformat) %]" onBlur="check_right_date_format(this)">
+      <input type=button name=reqdatefrom id="trigger5" value=?>
+     </td>
+     <th align="right">bis</th>
+     <td>
+      <input name=reqdateto id=reqdateto size=11 title="[% HTML.escape(dateformat) %]" onBlur="check_right_date_format(this)">
+      <input type=button name=reqdateto name=reqdateto id="trigger6" value=?>
+     </td>
+    </tr>
     <tr>
      <th align="right">In Bericht aufnehmen</th>
      <td colspan="5">
  <!--
    Calendar.setup({ inputField : "transdatefrom", ifFormat :"[% myconfig_jsc_dateformat %]", align : "BL", button : "trigger3" });
    Calendar.setup({ inputField : "transdateto",   ifFormat :"[% myconfig_jsc_dateformat %]", align : "BL", button : "trigger4" });
+   Calendar.setup({ inputField : "reqdatefrom",   ifFormat :"[% myconfig_jsc_dateformat %]", align : "BL", button : "trigger5" });
+   Calendar.setup({ inputField : "reqdateto",     ifFormat :"[% myconfig_jsc_dateformat %]", align : "BL", button : "trigger6" });
  //-->
 </script>