Pflichtenheftitems: Masken für neue (Unter)Funktionsblöcke
[kivitendo-erp.git] / templates / webpages / project / form.html
index d243afd..52cd782 100644 (file)
@@ -2,9 +2,9 @@
 [%- USE L %][%- USE P %]
 [%- USE HTML %][%- USE LxERP %]
 
-[%- INCLUDE 'common/flash.html' %]
+<h1>[% title %]</h1>
 
- <div class="listtop">[% title %]</div>
+[%- INCLUDE 'common/flash.html' %]
 
  <form method="post" action="controller.pl">
   [% L.hidden_tag("callback", callback) %]
@@ -42,8 +42,8 @@
      </tr>
 
      <tr>
-      <th align="right">[% 'Type' | $T8 %]</th>
-      <td>[% L.input_tag('project.type', SELF.project.type, size=60) %]</td>
+      <th align="right">[% 'Project Type' | $T8 %]</th>
+      <td>[% L.select_tag('project.project_type_id', ALL_PROJECT_TYPES, default=SELF.project.project_type_id, title_key='description', style='width: 300px') %]</td>
      </tr>
 
      <tr>