Revision 46bc75c8
Von Thomas Heck vor etwa 12 Jahren hinzugefügt
templates/webpages/do/search.html | ||
---|---|---|
11 | 11 |
<script type="text/javascript"> |
12 | 12 |
<!-- |
13 | 13 |
function on_load() { |
14 |
Calendar.setup({ inputField : "transdatefrom", ifFormat :"[% myconfig_jsc_dateformat %]", align : "BL", button : "transdatefrom_trigger" }); |
|
15 |
Calendar.setup({ inputField : "transdateto", ifFormat :"[% myconfig_jsc_dateformat %]", align : "BL", button : "transdateto_trigger" }); |
|
16 | 14 |
document.Form.donumber.focus(); |
17 | 15 |
} |
18 | 16 |
--> |
... | ... | |
108 | 106 |
<tr> |
109 | 107 |
<th align="right">[% 'From' | $T8 %]</th> |
110 | 108 |
<td> |
111 |
<input name="transdatefrom" id="transdatefrom" size="11" title="[% myconfig_dateformat %]" onBlur="check_right_date_format(this)"> |
|
112 |
<input type="button" name="transdatefrom_button" id="transdatefrom_trigger" value="?"> |
|
109 |
[% L.date_tag('transdatefrom') %] |
|
113 | 110 |
</td> |
114 | 111 |
<th align="right">[% 'Bis' | $T8 %]</th> |
115 | 112 |
<td> |
116 |
<input name="transdateto" id="transdateto" size="11" title="[% myconfig_dateformat %]" onBlur="check_right_date_format(this)"> |
|
117 |
<input type="button" name="transdateto_button" id="transdateto_trigger" value="?"> |
|
113 |
[% L.date_tag('transdateto') %] |
|
118 | 114 |
</td> |
119 | 115 |
</tr> |
120 | 116 |
|
Auch abrufbar als: Unified diff
Date-Input-Felder durch 'L.date_tag's ersetzt