Revision 58966151
Von Thomas Heck vor etwa 12 Jahren hinzugefügt
templates/webpages/rc/step1.html | ||
---|---|---|
11 | 11 |
<table> |
12 | 12 |
<tr> |
13 | 13 |
<th align=right nowrap>[% 'Account' | $T8 %]</th> |
14 |
<td colspan=3>[% L.select_tag('accno', L.options_for_select(PR, value_title_sub=\selection_sub)) %]</td>
|
|
14 |
<td colspan=3>[% L.select_tag('accno', PR, value_title_sub=\selection_sub) %]</td>
|
|
15 | 15 |
</tr> |
16 | 16 |
<tr> |
17 | 17 |
<th align=right>[% 'From' | $T8 %]</th> |
Auch abrufbar als: Unified diff
SL::Template::Plugin::L::select_tag und SL::Template::Plugin::L::options_for_select fusionieren.