Revision c70f210a
Von Sven Schöling vor etwa 13 Jahren hinzugefügt
templates/webpages/oe/form_footer.html | ||
---|---|---|
185 | 185 |
|
186 | 186 |
</form> |
187 | 187 |
|
188 |
|
|
189 |
<script type="text/javascript"> |
|
190 |
<!-- |
|
191 |
Calendar.setup({ inputField : "transdate", ifFormat :"[% myconfig_jsc_dateformat %]", align : "BL", button : "trigger1" }); |
|
192 |
Calendar.setup({ inputField : "reqdate", ifFormat :"[% myconfig_jsc_dateformat %]", align : "BL", button : "trigger2" }); |
|
193 |
|
|
194 |
$('document').ready(function(){ |
|
195 |
setupDateFormat('[% dateformat %]', '[% 'Falsches Datumsformat!' | $T8 %]'); |
|
196 |
setupPoints('[% numberformat %]', '[% 'wrongformat' | $T8 %]'); |
|
197 |
}); |
|
198 |
//--> |
|
199 |
</script> |
|
188 | 200 |
</body> |
189 | 201 |
</html> |
templates/webpages/oe/form_header.html | ||
---|---|---|
232 | 232 |
</table> |
233 | 233 |
</td> |
234 | 234 |
</tr> |
235 |
|
|
236 |
<script type="text/javascript"> |
|
237 |
<!-- |
|
238 |
Calendar.setup({ inputField : "transdate", ifFormat :"[% myconfig_jsc_dateformat %]", align : "BL", button : "trigger1" }); |
|
239 |
Calendar.setup({ inputField : "reqdate", ifFormat :"[% myconfig_jsc_dateformat %]", align : "BL", button : "trigger2" }); |
|
240 |
|
|
241 |
$('document').ready(function(){ |
|
242 |
setupDateFormat('[% dateformat %]', '[% 'Falsches Datumsformat!' | $T8 %]'); |
|
243 |
setupPoints('[% numberformat %]', '[% 'wrongformat' | $T8 %]'); |
|
244 |
}); |
|
245 |
//--> |
|
246 |
</script> |
Auch abrufbar als: Unified diff
javascript in den footer verschoben