Revision 9707cc7f
Von Jan Büren vor mehr als 8 Jahren hinzugefügt
templates/webpages/project/_basic_data.html | ||
---|---|---|
28 | 28 |
|
29 | 29 |
<tr> |
30 | 30 |
<th align="right">[% 'Customer' | $T8 %]</th> |
31 |
<td>[% L.select_tag('project.customer_id', SELF.customers, default=SELF.project.customer_id, title_key='name', with_empty=1, style='width: 300px') %]</td> |
|
31 |
<td>[% L.customer_vendor_picker('project.customer_id', SELF.project.customer_id, type='customer', fat_set_item=1, style='width: 300px', default=SELF.project.customer_id)%] [%- IF SELF.project.customer_id %] |
|
32 |
<!-- input type="button" value="[% 'Details (one letter abbreviation)' | $T8 %]" onclick="show_vc_details('customer')" --> |
|
33 |
[%- END %] |
|
34 |
</td> |
|
32 | 35 |
</tr> |
33 | 36 |
|
34 | 37 |
<tr> |
Auch abrufbar als: Unified diff
Projekt erfassen: CustomerPicker verwenden