Revision 90c872ee
Von Sven Schöling vor mehr als 15 Jahren hinzugefügt
templates/webpages/oe/search_de.html | ||
---|---|---|
99 | 99 |
</td> |
100 | 100 |
</tr> |
101 | 101 |
<tr> |
102 |
<th align="right">Von</th> |
|
102 |
<th align="right">Auftragsdatum Von</th>
|
|
103 | 103 |
<td> |
104 | 104 |
<input name="transdatefrom" id="transdatefrom" size="11" title="[% HTML.escape(dateformat) %]" onBlur="check_right_date_format(this)"> |
105 | 105 |
<input type="button" name="transdatefrom" id="trigger3" value="?"> |
... | ... | |
110 | 110 |
<input type="button" name="transdateto" name="transdateto" id="trigger4" value="?"> |
111 | 111 |
</td> |
112 | 112 |
</tr> |
113 |
<tr> |
|
114 |
<th align="right">Lieferdatum Von</th> |
|
115 |
<td> |
|
116 |
<input name=reqdatefrom id=reqdatefrom size=11 title="[% HTML.escape(dateformat) %]" onBlur="check_right_date_format(this)"> |
|
117 |
<input type=button name=reqdatefrom id="trigger5" value=?> |
|
118 |
</td> |
|
119 |
<th align="right">bis</th> |
|
120 |
<td> |
|
121 |
<input name=reqdateto id=reqdateto size=11 title="[% HTML.escape(dateformat) %]" onBlur="check_right_date_format(this)"> |
|
122 |
<input type=button name=reqdateto name=reqdateto id="trigger6" value=?> |
|
123 |
</td> |
|
124 |
</tr> |
|
113 | 125 |
<tr> |
114 | 126 |
<th align="right">In Bericht aufnehmen</th> |
115 | 127 |
<td colspan="5"> |
... | ... | |
229 | 241 |
<!-- |
230 | 242 |
Calendar.setup({ inputField : "transdatefrom", ifFormat :"[% myconfig_jsc_dateformat %]", align : "BL", button : "trigger3" }); |
231 | 243 |
Calendar.setup({ inputField : "transdateto", ifFormat :"[% myconfig_jsc_dateformat %]", align : "BL", button : "trigger4" }); |
244 |
Calendar.setup({ inputField : "reqdatefrom", ifFormat :"[% myconfig_jsc_dateformat %]", align : "BL", button : "trigger5" }); |
|
245 |
Calendar.setup({ inputField : "reqdateto", ifFormat :"[% myconfig_jsc_dateformat %]", align : "BL", button : "trigger6" }); |
|
232 | 246 |
//--> |
233 | 247 |
</script> |
234 | 248 |
|
templates/webpages/oe/search_master.html | ||
---|---|---|
99 | 99 |
</td> |
100 | 100 |
</tr> |
101 | 101 |
<tr> |
102 |
<th align="right"><translate>From</translate></th> |
|
102 |
<th align="right"><translate>Order Date</translate> <translate>From</translate></th>
|
|
103 | 103 |
<td> |
104 | 104 |
<input name="transdatefrom" id="transdatefrom" size="11" title="[% HTML.escape(dateformat) %]" onBlur="check_right_date_format(this)"> |
105 | 105 |
<input type="button" name="transdatefrom" id="trigger3" value="?"> |
... | ... | |
110 | 110 |
<input type="button" name="transdateto" name="transdateto" id="trigger4" value="?"> |
111 | 111 |
</td> |
112 | 112 |
</tr> |
113 |
<tr> |
|
114 |
<th align="right"><translate>Delivery Date</translate> <translate>From</translate></th> |
|
115 |
<td> |
|
116 |
<input name=reqdatefrom id=reqdatefrom size=11 title="[% HTML.escape(dateformat) %]" onBlur="check_right_date_format(this)"> |
|
117 |
<input type=button name=reqdatefrom id="trigger5" value=?> |
|
118 |
</td> |
|
119 |
<th align="right"><translate>Bis</translate></th> |
|
120 |
<td> |
|
121 |
<input name=reqdateto id=reqdateto size=11 title="[% HTML.escape(dateformat) %]" onBlur="check_right_date_format(this)"> |
|
122 |
<input type=button name=reqdateto name=reqdateto id="trigger6" value=?> |
|
123 |
</td> |
|
124 |
</tr> |
|
113 | 125 |
<tr> |
114 | 126 |
<th align="right"><translate>Include in Report</translate></th> |
115 | 127 |
<td colspan="5"> |
... | ... | |
229 | 241 |
<!-- |
230 | 242 |
Calendar.setup({ inputField : "transdatefrom", ifFormat :"[% myconfig_jsc_dateformat %]", align : "BL", button : "trigger3" }); |
231 | 243 |
Calendar.setup({ inputField : "transdateto", ifFormat :"[% myconfig_jsc_dateformat %]", align : "BL", button : "trigger4" }); |
244 |
Calendar.setup({ inputField : "reqdatefrom", ifFormat :"[% myconfig_jsc_dateformat %]", align : "BL", button : "trigger5" }); |
|
245 |
Calendar.setup({ inputField : "reqdateto", ifFormat :"[% myconfig_jsc_dateformat %]", align : "BL", button : "trigger6" }); |
|
232 | 246 |
//--> |
233 | 247 |
</script> |
234 | 248 |
|
Auch abrufbar als: Unified diff
Bug: Die Änderungen aus -r3958 waren unter die Räder gekommen.