diff --git a/htdocs/comm/action/listactions.php b/htdocs/comm/action/listactions.php
index ee16bdd0711..509a9c90d77 100644
--- a/htdocs/comm/action/listactions.php
+++ b/htdocs/comm/action/listactions.php
@@ -254,8 +254,22 @@ if ($resql)
}
*/
- print_barre_liste($newtitle, $page, $_SERVER["PHP_SELF"], $param, $sortfield, $sortorder, $link, $num, 0, '', 0, $nav);
- //print '
';
+ $s=$newtitle;
+
+ // Calendars from hooks
+ $parameters=array(); $object=null;
+ $reshook=$hookmanager->executeHooks('addCalendarChoice',$parameters,$object,$action);
+ if (empty($reshook))
+ {
+ $s.= $hookmanager->resPrint;
+ }
+ elseif ($reshook > 1)
+ {
+ $s = $hookmanager->resPrint;
+ }
+
+ print_barre_liste($s, $page, $_SERVER["PHP_SELF"], $param, $sortfield, $sortorder, $link, $num, 0, '', 0, $nav);
+
print '