Revision 58966151
Von Thomas Heck vor etwa 12 Jahren hinzugefügt
templates/webpages/bp/search.html | ||
---|---|---|
30 | 30 |
[% IF show_accounts %] |
31 | 31 |
<tr> |
32 | 32 |
<th align=right>[% 'Account' | $T8 %]</th> |
33 |
<td colspan=3>[% L.select_tag('account', L.options_for_select(accounts, value_title_sub=\account_sub)) %]</td>
|
|
33 |
<td colspan=3>[% L.select_tag('account', accounts, value_title_sub=\account_sub) %]</td>
|
|
34 | 34 |
</tr> |
35 | 35 |
[% END %] |
36 | 36 |
[%- IF label.$type.invnumber %] |
Auch abrufbar als: Unified diff
SL::Template::Plugin::L::select_tag und SL::Template::Plugin::L::options_for_select fusionieren.