Revision a8825c9e
Von Bernd Blessmann vor etwa 12 Jahren hinzugefügt
templates/webpages/csv_import/_form_parts.html | ||
---|---|---|
11 | 11 |
<tr> |
12 | 12 |
<th align="right">[%- LxERP.t8('Sellprice significant places') %]:</th> |
13 | 13 |
<td colspan="10"> |
14 |
[% L.select_tag('settings.sellprice_places', [ 0, 1, 2, 3, 4, 5 ], default = SELF.profile.get('sellprice_places')), style = 'width: 300px') %]
|
|
14 |
[% L.select_tag('settings.sellprice_places', [ 0, 1, 2, 3, 4, 5 ], default = SELF.profile.get('sellprice_places'), style = 'width: 300px') %] |
|
15 | 15 |
</td> |
16 | 16 |
</tr> |
17 | 17 |
|
... | ... | |
54 | 54 |
<tr> |
55 | 55 |
<th align="right" valign="top">[%- LxERP.t8('Default unit') %]:</th> |
56 | 56 |
<td colspan="10" valign="top"> |
57 |
[% opts = SELF.all_units, title_key = 'name', value_key = 'name', default = SELF.profile.get('default_unit')) %]
|
|
57 |
[% opts = SELF.all_units, title_key = 'name', value_key = 'name', default = SELF.profile.get('default_unit') %] |
|
58 | 58 |
[% L.select_tag('settings.default_unit', opts, style => 'width: 300px') %] |
59 | 59 |
</td> |
60 | 60 |
</tr> |
Auch abrufbar als: Unified diff
Syntaxfehler in html-template