ReportGenerator: Unix-Zeilenenden als Standard aktiviert. Grund ist, dass Excel nicht...
authorMoritz Bunkus <m.bunkus@linet-services.de>
Fri, 15 Jun 2007 11:17:25 +0000 (11:17 +0000)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Fri, 15 Jun 2007 11:17:25 +0000 (11:17 +0000)
SL/ReportGenerator.pm
templates/webpages/report_generator/csv_export_options_de.html
templates/webpages/report_generator/csv_export_options_master.html

index 87c8397..8f18385 100644 (file)
@@ -37,7 +37,7 @@ sub new {
       'quote_char'          => '"',
       'sep_char'            => ';',
       'escape_char'         => '"',
-      'eol_style'           => 'DOS',
+      'eol_style'           => 'Unix',
       'headers'             => 1,
     },
   };
index 24ff285..1713cad 100644 (file)
@@ -59,8 +59,8 @@
     <td align="right">Zeilenumbr&uuml;che</td>
     <td>
      <select name="report_generator_csv_options_eol_style" style="width: 300px">
-      <option value="DOS" selected>DOS/Windows (CR/LF)</option>
-      <option value="Unix">Unix (LF)</option>
+      <option value="DOS">DOS/Windows (CR/LF)</option>
+      <option value="Unix" selected>Unix (LF)</option>
      </select>
     </td>
    </tr>
index 2db96d4..7047682 100644 (file)
@@ -59,8 +59,8 @@
     <td align="right"><translate>Line endings</translate></td>
     <td>
      <select name="report_generator_csv_options_eol_style" style="width: 300px">
-      <option value="DOS" selected>DOS/Windows (CR/LF)</option>
-      <option value="Unix">Unix (LF)</option>
+      <option value="DOS">DOS/Windows (CR/LF)</option>
+      <option value="Unix" selected>Unix (LF)</option>
      </select>
     </td>
    </tr>