Browse Source

[svn r20098] Import a sessions list : example CSV is missing see FS# 4045 added by jhp1411

Julio Montoya 16 years ago
parent
commit
eb15028b3d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      main/admin/session_import.php

+ 2 - 2
main/admin/session_import.php

@@ -1,4 +1,4 @@
-<?php // $Id: session_import.php 19772 2009-04-14 22:39:32Z cfasanando $
+<?php // $Id: session_import.php 20098 2009-04-24 22:30:00Z juliomontoya $
 /* For licensing terms, see /dokeos_license.txt */
 /**
 ==============================================================================
@@ -723,7 +723,7 @@ if(!empty($errorMsg)) {
   <td nowrap="nowrap" valign="top"><?php echo get_lang('FileType'); ?> :</td>
   <td>
 	<input class="checkbox" type="radio" name="file_type" id="file_type_xml" value="xml" checked="checked" /> <label for="file_type_xml">XML</label> (<a href="exemple.xml" target="_blank"><?php echo get_lang('ExampleXMLFile'); ?></a>)<br>
-	<input class="checkbox" type="radio" name="file_type" id="file_type_csv"  value="csv" <?php if($formSent && $file_type == 'csv') echo 'checked="checked"'; ?>> <label for="file_type_csv">CSV</label> (<a href="exempleSession.csv" target="_blank"><?php echo get_lang('ExampleCSVFile'); ?></a>)<br>
+	<input class="checkbox" type="radio" name="file_type" id="file_type_csv"  value="csv" <?php if($formSent && $file_type == 'csv') echo 'checked="checked"'; ?>> <label for="file_type_csv">CSV</label> (<a href="exemple.csv" target="_blank"><?php echo get_lang('ExampleCSVFile'); ?></a>)<br>
   </td>
 </tr>
 <tr>