diff --git a/include/lib/icon_action.class.php b/include/lib/icon_action.class.php
index 68fec5ed7..ad9a30bb9 100644
--- a/include/lib/icon_action.class.php
+++ b/include/lib/icon_action.class.php
@@ -193,4 +193,40 @@ class Icon_Action
$r='';
return $r;
}
+ /**
+ * Display the icon to modify a idem
+ * @param type $p_id
+ * @param type $p_javascript
+ * @return string
+ */
+ static function modify($p_id,$p_javascript)
+ {
+ $r='';
+
+ return $r;
+ }
+ /**
+ * Display the icon to modify a idem
+ * @param type $p_id
+ * @param type $p_javascript
+ * @return string
+ */
+ static function validate($p_id,$p_javascript)
+ {
+ $r='✓';
+
+ return $r;
+ }
+ /**
+ * Display the icon to modify a idem
+ * @param type $p_id
+ * @param type $p_javascript
+ * @return string
+ */
+ static function cancel($p_id,$p_javascript)
+ {
+ $r='';
+
+ return $r;
+ }
}