Update actioncomm.class.php
This commit is contained in:
parent
9ee6fdd163
commit
f0ed848609
@ -971,7 +971,7 @@ class ActionComm extends CommonObject
|
|||||||
$result='';
|
$result='';
|
||||||
$tooltip = '<u>' . $langs->trans('ShowAction'.$objp->code) . '</u>';
|
$tooltip = '<u>' . $langs->trans('ShowAction'.$objp->code) . '</u>';
|
||||||
if (! empty($this->ref))
|
if (! empty($this->ref))
|
||||||
$tooltip .= '<br><b>' . $langs->trans('Ref') . ':</b> ' . $this->label;
|
$tooltip .= '<br><b>' . $langs->trans('Ref') . ':</b> ' . $this->ref;
|
||||||
if (! empty($this->label))
|
if (! empty($this->label))
|
||||||
$tooltip .= '<br><b>' . $langs->trans('Title') . ':</b> ' . $this->label;
|
$tooltip .= '<br><b>' . $langs->trans('Title') . ':</b> ' . $this->label;
|
||||||
$label = $this->label;
|
$label = $this->label;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user