Revision 58966151
Von Thomas Heck vor etwa 12 Jahren hinzugefügt
templates/webpages/dunning/search.html | ||
---|---|---|
93 | 93 |
</tr> |
94 | 94 |
<tr> |
95 | 95 |
<th align="right">[% 'Salesman' | $T8 %]</th> |
96 |
<td>[% L.select_tag('salesman_id', L.options_for_select(ALL_EMPLOYEES, title='safe_name', with_empty=1), style='width:250px') %]</td>
|
|
96 |
<td>[% L.select_tag('salesman_id', ALL_EMPLOYEES, title_key = 'safe_name', with_empty = 1, style = 'width:250px') %]</td>
|
|
97 | 97 |
</tr> |
98 | 98 |
</table> |
99 | 99 |
</td> |
Auch abrufbar als: Unified diff
SL::Template::Plugin::L::select_tag und SL::Template::Plugin::L::options_for_select fusionieren.