Revision e358c9af
Von Rolf Fluehmann vor etwa 9 Jahren hinzugefügt
bin/mozilla/am.pl | ||
---|---|---|
750 | 750 |
$::form->header; |
751 | 751 |
|
752 | 752 |
print $::form->parse_html_template('am/language_header', { |
753 |
numberformats => [ '1,000.00', '1000.00', '1.000,00', '1000,00' ], |
|
753 |
numberformats => [ '1,000.00', '1000.00', '1.000,00', '1000,00', "1'000.00" ],
|
|
754 | 754 |
dateformats => [ qw(mm/dd/yy dd/mm/yy dd.mm.yy yyyy-mm-dd) ], |
755 | 755 |
}); |
756 | 756 |
|
... | ... | |
816 | 816 |
|
817 | 817 |
_build_cfg_options('dateformat', qw(mm/dd/yy dd/mm/yy dd.mm.yy yyyy-mm-dd)); |
818 | 818 |
_build_cfg_options('timeformat', qw(hh:mm hh:mm:ss)); |
819 |
_build_cfg_options('numberformat', ('1,000.00', '1000.00', '1.000,00', '1000,00')); |
|
819 |
_build_cfg_options('numberformat', ('1,000.00', '1000.00', '1.000,00', '1000,00', "1'000.00"));
|
|
820 | 820 |
|
821 | 821 |
my @formats = (); |
822 | 822 |
if ($::lx_office_conf{print_templates}->{opendocument} |
templates/webpages/csv_import/form.html | ||
---|---|---|
168 | 168 |
<tr> |
169 | 169 |
<th align="right">[%- LxERP.t8('Number Format') %]:</th> |
170 | 170 |
<td colspan="10"> |
171 |
[% L.select_tag('settings.numberformat', ['1.000,00', '1000,00', '1,000.00', '1000.00'], default = SELF.profile.get('numberformat'), style = 'width: 300px') %] |
|
171 |
[% L.select_tag('settings.numberformat', ['1.000,00', '1000,00', '1,000.00', '1000.00', "1'000.00"], default = SELF.profile.get('numberformat'), style = 'width: 300px') %]
|
|
172 | 172 |
</td> |
173 | 173 |
</tr> |
174 | 174 |
|
Auch abrufbar als: Unified diff
Neues numberformat 1'000