]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/projects/search.html
Aufrufe von focus() entfernt.
[mfinanz.git] / templates / webpages / projects / search.html
index e7b030c44c318dbffbf2cab16d66730f1fd0a97a..6d333b1103941b451dcb4cad07e3bf2d80ab9d26 100644 (file)
@@ -1,7 +1,8 @@
 [%- USE T8 %]
-[% USE HTML %]<body>
+[%- USE HTML %]
+<body onload="fokus()">
 
- <form method="post" action="projects.pl">
+ <form method="post" action="projects.pl" name="Form">
 
   <div class="listtop">[% title %]</div>
 
@@ -9,7 +10,7 @@
    <table>
     <tr>
      <th align="right">[% 'Number' | $T8 %]</th>
-     <td><input name="filter.projectnumber" size="20"></td>
+     <td><input name="filter.projectnumber" id="projectnumber" size="20"></td>
     </tr>
 
     <tr>
@@ -66,5 +67,3 @@
   </p>
  </form>
 
-</body>
-</html>