Auftrags-Controller: Projektauswahl mit Picker (und Eingabefeld nach links).
[kivitendo-erp.git] / templates / webpages / order / tabs / basic_data.html
index e02c498..e7ab138 100644 (file)
             <td>[% L.input_tag('order.transaction_description', SELF.order.transaction_description, style='width: 300px') %]</td>
           </tr>
 
+          <tr>
+            <th align="right">[% 'Project Number' | $T8 %]</th>
+            <td>[% L.project_picker('order.globalproject_id', SELF.order.globalproject_id, style='width: 300px') %]</td>
+          </tr>
+
         </table>
       </td>
 
             <td>[% SELF.order.itime_as_date %]</td>
           </tr>
 
-          <tr>
-            <th width="70%" align="right" nowrap>[% 'Project Number' | $T8 %]</th>
-            <td>[%- L.select_tag('order.globalproject_id', SELF.all_projects, default=SELF.order.globalproject_id, title_key='projectnumber', with_empty = 1) %]</td>
-          </tr>
-
         </table>
 
       </td>