Bug: Die Änderungen aus -r3958 waren unter die Räder gekommen.
authorSven Schöling <s.schoeling@linet-services.de>
Tue, 26 May 2009 13:31:05 +0000 (13:31 +0000)
committerSven Schöling <s.schoeling@linet-services.de>
Tue, 26 May 2009 13:31:05 +0000 (13:31 +0000)
templates/webpages/oe/search_de.html
templates/webpages/oe/search_master.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>
 
index 3936328..752ea37 100644 (file)
@@ -99,7 +99,7 @@
      </td>
     </tr>
     <tr>
-     <th align="right"><translate>From</translate></th>
+     <th align="right"><translate>Order Date</translate> <translate>From</translate></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"><translate>Delivery Date</translate> <translate>From</translate></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"><translate>Bis</translate></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"><translate>Include in Report</translate></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>