Revision c70f210a
Von Sven Schöling vor mehr als 13 Jahren hinzugefügt
templates/webpages/oe/form_footer.html | ||
---|---|---|
|
||
</form>
|
||
|
||
|
||
<script type="text/javascript">
|
||
<!--
|
||
Calendar.setup({ inputField : "transdate", ifFormat :"[% myconfig_jsc_dateformat %]", align : "BL", button : "trigger1" });
|
||
Calendar.setup({ inputField : "reqdate", ifFormat :"[% myconfig_jsc_dateformat %]", align : "BL", button : "trigger2" });
|
||
|
||
$('document').ready(function(){
|
||
setupDateFormat('[% dateformat %]', '[% 'Falsches Datumsformat!' | $T8 %]');
|
||
setupPoints('[% numberformat %]', '[% 'wrongformat' | $T8 %]');
|
||
});
|
||
//-->
|
||
</script>
|
||
</body>
|
||
</html>
|
templates/webpages/oe/form_header.html | ||
---|---|---|
</table>
|
||
</td>
|
||
</tr>
|
||
|
||
<script type="text/javascript">
|
||
<!--
|
||
Calendar.setup({ inputField : "transdate", ifFormat :"[% myconfig_jsc_dateformat %]", align : "BL", button : "trigger1" });
|
||
Calendar.setup({ inputField : "reqdate", ifFormat :"[% myconfig_jsc_dateformat %]", align : "BL", button : "trigger2" });
|
||
|
||
$('document').ready(function(){
|
||
setupDateFormat('[% dateformat %]', '[% 'Falsches Datumsformat!' | $T8 %]');
|
||
setupPoints('[% numberformat %]', '[% 'wrongformat' | $T8 %]');
|
||
});
|
||
//-->
|
||
</script>
|
Auch abrufbar als: Unified diff
javascript in den footer verschoben