';
print '';
print '| '.$langs->trans("DraftOrders").' |
';
diff --git a/htdocs/opensurvey/list.php b/htdocs/opensurvey/list.php
index 5001d118e61..b772cef3705 100644
--- a/htdocs/opensurvey/list.php
+++ b/htdocs/opensurvey/list.php
@@ -375,11 +375,11 @@ while ($i < min($num, $limit))
print $opensurvey_static->getNomUrl(1);
print '';
if (! $i) $totalarray['nbfield']++;
-
+
// Title
print ''.dol_htmlentities($obj->titre).' | ';
if (! $i) $totalarray['nbfield']++;
-
+
// Type
print '';
$type=($obj->format=='A')?'classic':'date';
@@ -387,7 +387,7 @@ while ($i < min($num, $limit))
print ' '.$langs->trans($type=='classic'?"TypeClassic":"TypeDate");
print ' | ';
if (! $i) $totalarray['nbfield']++;
-
+
print '';
// Author
if ($obj->fk_user_creat) {
@@ -403,19 +403,19 @@ while ($i < min($num, $limit))
}
print ' | ';
if (! $i) $totalarray['nbfield']++;
-
+
// Nb of voters
print''.$nbuser.' | '."\n";
if (! $i) $totalarray['nbfield']++;
-
+
print ''.dol_print_date($db->jdate($obj->date_fin), 'day');
if ($db->jdate($obj->date_fin) < $now && $obj->status == Opensurveysondage::STATUS_VALIDATED) { print img_warning($langs->trans("Expired")); }
print ' | ';
if (! $i) $totalarray['nbfield']++;
-
+
print''.$opensurvey_static->getLibStatut(5).' | '."\n";
if (! $i) $totalarray['nbfield']++;
-
+
// Extra fields
include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_list_print_fields.tpl.php';
// Fields from hook
@@ -432,7 +432,7 @@ while ($i < min($num, $limit))
}
print '';
if (! $i) $totalarray['nbfield']++;
-
+
print ''."\n";
$i++;
}
@@ -476,7 +476,7 @@ if (in_array('builddoc', $arrayofmassactions) && ($nbtotalofrecords === '' || $n
$filedir=$diroutputmassaction;
$genallowed=$permissiontoread;
$delallowed=$permissiontoadd;
-
+
print $formfile->showdocuments('massfilesarea_mymodule', '', $filedir, $urlsource, 0, $delallowed, '', 1, 1, 0, 48, 1, $param, $title, '', '', '', null, $hidegeneratedfilelistifempty);
}