Admin-Bereich: Überschriften einheitlich als <h1> anzeigen
[kivitendo-erp.git] / templates / webpages / projects / search.html
index e7b030c..f2718a1 100644 (file)
@@ -1,7 +1,6 @@
 [%- USE T8 %]
-[% USE HTML %]<body>
-
- <form method="post" action="projects.pl">
+[%- USE HTML %]
+ <form method="post" action="projects.pl" name="Form">
 
   <div class="listtop">[% title %]</div>
 
@@ -9,7 +8,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 +65,3 @@
   </p>
  </form>
 
-</body>
-</html>