CSV Import Defaults in die Worker ausgelagert
[kivitendo-erp.git] / templates / webpages / requirement_spec_status / form.html
index 3b28c00..8b034f9 100755 (executable)
@@ -1,13 +1,13 @@
 [% USE HTML %][% USE L %][% USE LxERP %]
+<h1>[% FORM.title %]</h1>
 
  <form method="post" action="controller.pl">
-  <div class="listtop">[% FORM.title %]</div>
 
 [%- INCLUDE 'common/flash.html' %]
 
   <table>
    <tr>
-    <td>[% LxERP.t8('Name') %]</sup></td>
+    <td>[% LxERP.t8('Name') %]</td>
     <td>[% L.select_tag("requirement_spec_status.name",  SELF.valid_names, default = SELF.requirement_spec_status.name) %]</td>
    </tr>