Revision 46bc75c8
Von Thomas Heck vor etwa 12 Jahren hinzugefügt
templates/webpages/ar/search.html | ||
---|---|---|
101 | 101 |
<tr> |
102 | 102 |
<th align=right nowrap>[% 'From' | $T8 %]</th> |
103 | 103 |
<td> |
104 |
<input name=transdatefrom id=transdatefrom size=11 title="[% dateformat | html %]" onBlur="check_right_date_format(this)"> |
|
105 |
<input type=button name=transdatefrom id="trigger1" value=[% 'button' | $T8 %]> |
|
104 |
[% L.date_tag('transdatefrom') %] |
|
106 | 105 |
</td> |
107 | 106 |
<th align=right>[% 'Bis' | $T8 %]</th> |
108 | 107 |
<td> |
109 |
<input name=transdateto id=transdateto size=11 title="[% dateformat | html %]" onBlur="check_right_date_format(this)"> |
|
110 |
<input type=button name=transdateto name=transdateto id="trigger2" value=[% 'button' | $T8 %]> |
|
108 |
[% L.date_tag('transdateto') %] |
|
111 | 109 |
</td> |
112 | 110 |
</tr> |
113 | 111 |
<input type=hidden name=sort value=transdate> |
... | ... | |
218 | 216 |
</form> |
219 | 217 |
<script type="text/javascript"> |
220 | 218 |
<!-- |
221 |
Calendar.setup( { inputField : "transdatefrom", ifFormat :"[% myconfig_jsc_dateformat %]", align : "BR", button : "trigger1" }); |
|
222 |
Calendar.setup( { inputField : "transdateto", ifFormat :"[% myconfig_jsc_dateformat %]", align : "BL", button : "trigger2" }); |
|
223 | 219 |
$(document).ready(function(){ |
224 | 220 |
$('customer').focus(); |
225 | 221 |
setupDateFormat('[% dateformat | html %]','[% 'Falsches Datumsformat!' | $T8 %]'); |
Auch abrufbar als: Unified diff
Date-Input-Felder durch 'L.date_tag's ersetzt