]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/ap/search.html
Aufrufe von focus() entfernt.
[mfinanz.git] / templates / webpages / ap / search.html
index d21821ddad8df5d4819b8e75285d9bbd7d6b4cca..0bb447b31980fd3845722474d5c6798570153227 100644 (file)
@@ -1,6 +1,5 @@
 [%- USE T8 %]
 [%- USE L %]
-<body>
 
  <form method=post name="search" action=[% script %]>
 
    <br>
    <input class=submit type=submit name=action value="[% 'Continue' | $T8 %]">
   </form>
- </body>
- <script type="text/javascript">
- <!--
-   $(document).ready(function(){
-    focus();
-    setupDateFormat('[% dateformat | html %]','[% 'Falsches Datumsformat!' | $T8 %]');
-    setupPoints('[% numberformat | html %]','[% 'wrongformat' | $T8 %]');
-   })
- //-->
- </script>