Loading module/Formation/view/formation/plan-de-formation/importer-depuis-csv.phtml +3 −1 Original line number Diff line number Diff line Loading @@ -48,8 +48,9 @@ use Formation\Form\PlanDeFormationImportation\PlanDeFormationImportationForm; <tr> <th> Axe </th> <th> Thème </th> <th> Formation </th> <th> Domaine </th> <th> Action </th> <th> Complèment </th> </tr> </thead> <tbody> Loading @@ -59,6 +60,7 @@ use Formation\Form\PlanDeFormationImportation\PlanDeFormationImportationForm; <td> <?php echo $line[1]; ?> </td> <td> <?php echo $line[2]; ?> </td> <td> <?php echo $line[3]; ?> </td> <td> </td> </tr> <?php endforeach; ?> </tbody> Loading Loading
module/Formation/view/formation/plan-de-formation/importer-depuis-csv.phtml +3 −1 Original line number Diff line number Diff line Loading @@ -48,8 +48,9 @@ use Formation\Form\PlanDeFormationImportation\PlanDeFormationImportationForm; <tr> <th> Axe </th> <th> Thème </th> <th> Formation </th> <th> Domaine </th> <th> Action </th> <th> Complèment </th> </tr> </thead> <tbody> Loading @@ -59,6 +60,7 @@ use Formation\Form\PlanDeFormationImportation\PlanDeFormationImportationForm; <td> <?php echo $line[1]; ?> </td> <td> <?php echo $line[2]; ?> </td> <td> <?php echo $line[3]; ?> </td> <td> </td> </tr> <?php endforeach; ?> </tbody> Loading