]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/fu/add_edit.html
Konflikt zwischen zwei Upgrade-Scripten beheben
[mfinanz.git] / templates / webpages / fu / add_edit.html
index 4beb3d63decd8c6b38a57b8104fae5e7d6a3933d..72f954d8da8fb173d3864d34476019b8e1d3c488 100644 (file)
@@ -1,13 +1,8 @@
 [%- USE T8 %]
 [%- USE L %]
-[% USE HTML %]<body onload="on_load();">
-
+[%- USE HTML %]
  <script type="text/javascript">
-  <!--
-      function on_load() {
-        document.Form.subject.focus();
-      }
-    -->
+   $(function(){ document.Form.subject.focus(); });
  </script>
 
  <form action="fu.pl" method="post" name="Form">
   <input type="hidden" name="trans_rowcount" value="[% LINKS.size %]">
  </form>
 
-</body>
-</html>