Revision f35ddfbe
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
templates/webpages/report_generator/csv_export_options.html | ||
---|---|---|
49 | 49 |
<td align="right">[% 'Separator chararacter' | $T8 %]</td> |
50 | 50 |
<td> |
51 | 51 |
<select name="report_generator_csv_options_sep_char" style="width: 300px"> |
52 |
<option value=";" selected>;</option>
|
|
53 |
<option value=",">,</option> |
|
52 |
<option value=";">;</option> |
|
53 |
<option value="," selected>,</option>
|
|
54 | 54 |
<option value=":">:</option> |
55 | 55 |
<option value="TAB">TAB ([% 'The tabulator character' | $T8 %])</option> |
56 | 56 |
</select> |
Auch abrufbar als: Unified diff
CSV-Exportoptionen: Komma als Trennzeichen vorselektieren