diff --git a/htdocs/opensurvey/card.php b/htdocs/opensurvey/card.php
index 26cf85cb3d6..26ee7fe567c 100644
--- a/htdocs/opensurvey/card.php
+++ b/htdocs/opensurvey/card.php
@@ -313,7 +313,11 @@ print '';
// Expire date
print '
| '.$langs->trans('ExpireDate').' | ';
if ($action == 'edit') print $form->select_date($expiredate?$expiredate:$object->date_fin,'expire',0,0,0,'',1,0,1);
-else print dol_print_date($object->date_fin,'day');
+else
+{
+ print dol_print_date($object->date_fin,'day');
+ if ($object->date_fin && $object->date_fin < dol_now()) print img_warning($langs->trans("Expired"));
+}
print ' |
';
// Author
diff --git a/htdocs/opensurvey/img/cancel.png b/htdocs/opensurvey/img/cancel.png
deleted file mode 100644
index c149c2bc017..00000000000
Binary files a/htdocs/opensurvey/img/cancel.png and /dev/null differ
diff --git a/htdocs/opensurvey/results.php b/htdocs/opensurvey/results.php
index 23ccbc6c8a5..995cf659802 100644
--- a/htdocs/opensurvey/results.php
+++ b/htdocs/opensurvey/results.php
@@ -543,7 +543,7 @@ if (GETPOST('ajoutsujet'))
//ajout d'une date avec creneau horaire
print $langs->trans("AddADate") .':
'."\n";
print '