From 854adbcfe28034885e112e3992415b1ceeceaef7 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Thu, 25 Jan 2018 23:43:42 +0100 Subject: [PATCH] Icon_Action : add the icon trashbin --- include/lib/icon_action.class.php | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/include/lib/icon_action.class.php b/include/lib/icon_action.class.php index 59e8d8245..9a9bf50a2 100644 --- a/include/lib/icon_action.class.php +++ b/include/lib/icon_action.class.php @@ -184,5 +184,15 @@ class Icon_Action $r.=''.$action.''; return $r; } - + /** + * Display the icon of a trashbin + * @param string $p_id DOMid + * @param string $p_javascript + * @return htmlString + */ + static function trash($p_id,$p_javascript) + { + $r=';'; + return $r; + } }