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;
+ }
}