diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php
index 9a5aadd2148..60ff30c6433 100644
--- a/htdocs/core/class/html.form.class.php
+++ b/htdocs/core/class/html.form.class.php
@@ -5747,7 +5747,7 @@ class Form
}
else if (in_array($object->element, array('action', 'agenda')))
{
- $ret.=$object->label;
+ $ret.=$object->ref.'
'.$object->label;
}
else if ($fieldref != 'none') $ret.=dol_htmlentities($object->$fieldref);
diff --git a/htdocs/core/tpl/resource_add.tpl.php b/htdocs/core/tpl/resource_add.tpl.php
index 97cb933bcf7..68fccf6e540 100644
--- a/htdocs/core/tpl/resource_add.tpl.php
+++ b/htdocs/core/tpl/resource_add.tpl.php
@@ -8,7 +8,7 @@ $formresources = new FormResource($db);
$out = '