setupPoints und setupDateFormat in ein partial Layout verschoben
[kivitendo-erp.git] / templates / webpages / oe / form_footer.html
index 61a6060..ddf4a53 100644 (file)
 [% END %]
 
 </form>
-
-
-    <script type="text/javascript">
-     <!--
-       $('document').ready(function(){
-         setupDateFormat('[% dateformat %]', '[% 'Falsches Datumsformat!' | $T8 %]');
-         setupPoints('[% numberformat %]', '[% 'wrongformat' | $T8 %]');
-       });
-     //-->
-    </script>