Revision 96459070
Von Bernd Blessmann vor mehr als 12 Jahren hinzugefügt
templates/webpages/ct/form_header.html | ||
---|---|---|
279 | 279 |
</td> |
280 | 280 |
[%- IF is_customer && !conf_vertreter %] |
281 | 281 |
<th align="right">[% 'Salesman' | $T8 %]</th> |
282 |
<td>[% L.select_tag('salesman_id', L.options_for_select(ALL_SALESMEN, default=salesman_id, show_empty=1, title='safe_name')) %]</td>
|
|
282 |
<td>[% L.select_tag('salesman_id', L.options_for_select(ALL_SALESMEN, default=salesman_id, with_empty=1, title='safe_name')) %]</td>
|
|
283 | 283 |
[%- END %] |
284 | 284 |
</tr> |
285 | 285 |
</table> |
Auch abrufbar als: Unified diff
Leeres Feld mit anzeigen heißt with_empty bei select_tag im L-Plugin.