diff --git a/htdocs/comm/action/list.php b/htdocs/comm/action/list.php
index a0e91a120f9..33f9b86a1df 100644
--- a/htdocs/comm/action/list.php
+++ b/htdocs/comm/action/list.php
@@ -140,6 +140,7 @@ if (is_array($extrafields->attribute_label) && count($extrafields->attribute_lab
}
}
+
/*
* Actions
*/
@@ -353,15 +354,15 @@ if ($resql)
print '';
print '';
$nav='';
- if ($optioncss != '') $nav.= '';
- //if ($actioncode) $nav.='';
- if ($resourceid) $nav.='';
- if ($filter) $nav.='';
- if ($filtert) $nav.='';
- if ($socid) $nav.='';
- if ($showbirthday) $nav.='';
- if ($pid) $nav.='';
- if ($usergroup) $nav.='';
+
+ //if ($actioncode) $nav.='';
+ //if ($resourceid) $nav.='';
+ if ($filter) $nav.='';
+ if ($filtert) $nav.='';
+ //if ($socid) $nav.='';
+ if ($showbirthday) $nav.='';
+ //if ($pid) $nav.='';
+ //if ($usergroup) $nav.='';
print $nav;
dol_fiche_head($head, $tabactive, $langs->trans('Agenda'), 0, 'action');