';
-
-// List export set
-print '';
-print '';
-print '| '.$langs->trans("Module").' | ';
-print ''.$langs->trans("ExportableDatas").' | ';
-//print ' | ';
-print ' ';
-$var=true;
-if (count($export->array_export_code))
-{
- foreach ($export->array_export_code as $key => $value)
- {
- $var=!$var;
- print '| ';
- //print img_object($export->array_export_module[$key]->getName(),$export->array_export_module[$key]->picto).' ';
- print $export->array_export_module[$key]->getName();
- print ' | ';
- print img_object($export->array_export_module[$key]->getName(),$export->array_export_icon[$key]).' ';
- $string=$langs->trans($export->array_export_label[$key]);
- print ($string!=$export->array_export_label[$key]?$string:$export->array_export_label[$key]);
- print ' | ';
- // print '';
- // print ''.img_picto($langs->trans("NewExport"),'filenew').'';
- // print ' | ';
- print ' ';
-
- }
-}
-else
-{
- print '| '.$langs->trans("NoExportableData").' | ';
-}
-print ' ';
-print ' ';
-
-print '';
-if (count($export->array_export_code))
-{
- if ($user->rights->export->creer)
- {
- print ''.$langs->trans("NewExport").'';
- }
- else
- {
- print ''.$langs->trans("NewExport").'';
- }
- /*
- print '';
- */
-}
+
+// List export set
+print '';
+print '';
+print '| '.$langs->trans("Module").' | ';
+print ''.$langs->trans("ExportableDatas").' | ';
+//print ' | ';
+print ' ';
+$var=true;
+if (count($export->array_export_code))
+{
+ foreach ($export->array_export_code as $key => $value)
+ {
+ $var=!$var;
+ print '| ';
+ //print img_object($export->array_export_module[$key]->getName(),$export->array_export_module[$key]->picto).' ';
+ print $export->array_export_module[$key]->getName();
+ print ' | ';
+ print img_object($export->array_export_module[$key]->getName(),$export->array_export_icon[$key]).' ';
+ $string=$langs->trans($export->array_export_label[$key]);
+ print ($string!=$export->array_export_label[$key]?$string:$export->array_export_label[$key]);
+ print ' | ';
+ // print '';
+ // print ''.img_picto($langs->trans("NewExport"),'filenew').'';
+ // print ' | ';
+ print ' ';
+
+ }
+}
+else
+{
+ print '| '.$langs->trans("NoExportableData").' | ';
+}
+print ' ';
+print ' ';
+
+print '';
+if (count($export->array_export_code))
+{
+ if ($user->rights->export->creer)
+ {
+ print ''.$langs->trans("NewExport").'';
+ }
+ else
+ {
+ print ''.$langs->trans("NewExport").'';
+ }
+ /*
+ print '';
+ */
+}
print '';
print ' | ';
-
-// List of available export format
-$var=true;
-print '';
-print '';
-print '| '.$langs->trans("AvailableFormats").' | ';
-print ''.$langs->trans("LibraryShort").' | ';
-print ''.$langs->trans("LibraryVersion").' | ';
-print ' ';
-
-include_once DOL_DOCUMENT_ROOT.'/core/modules/export/modules_export.php';
-$model=new ModeleExports();
-$liste=$model->liste_modeles($db); // This is not a static method for exports because method load non static properties
-
-$var=true;
-foreach($liste as $key => $val)
-{
- $var=!$var;
- print '';
- print '| '.img_picto_common($model->getDriverLabel($key),$model->getPicto($key)).' | ';
- $text=$model->getDriverDesc($key);
- print ''.$form->textwithpicto($model->getDriverLabel($key),$text).' | ';
- print ''.$model->getLibLabel($key).' | ';
- print ''.$model->getLibVersion($key).' | ';
- print ' ';
-}
-
-print ' ';
-
+
+// List of available export format
+$var=true;
+print '';
+print '';
+print '| '.$langs->trans("AvailableFormats").' | ';
+print ''.$langs->trans("LibraryShort").' | ';
+print ''.$langs->trans("LibraryVersion").' | ';
+print ' ';
+
+include_once DOL_DOCUMENT_ROOT.'/core/modules/export/modules_export.php';
+$model=new ModeleExports();
+$liste=$model->liste_modeles($db); // This is not a static method for exports because method load non static properties
+
+$var=true;
+foreach($liste as $key => $val)
+{
+ $var=!$var;
+ print '';
+ print '| '.img_picto_common($model->getDriverLabel($key),$model->getPicto($key)).' | ';
+ $text=$model->getDriverDesc($key);
+ print ''.$form->textwithpicto($model->getDriverLabel($key),$text).' | ';
+ print ''.$model->getLibLabel($key).' | ';
+ print ''.$model->getLibVersion($key).' | ';
+ print ' ';
+}
+
+print ' ';
+
print ' |
';
print '