]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/project/form.html
Projekttypen verwaltbar gemacht
[mfinanz.git] / templates / webpages / project / form.html
index d243afd5a889701356b8753a3c6ba662482d986a..9ec39e06f06daffcd965553f3e05c3fb37f7f1da 100644 (file)
@@ -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>