Responsive

This commit is contained in:
Laurent Destailleur 2020-03-17 21:26:25 +01:00
parent 9525289488
commit a76392f944

View File

@ -1731,7 +1731,7 @@ function show_actions_done($conf, $langs, $db, $filterobj, $objcon = '', $noprin
//$out.='<td>'.dol_trunc($histo[$key]['note'], 40).'</td>';
// Linked object
$out .= '<td>';
$out .= '<td class="nowraponall">';
if (isset($histo[$key]['elementtype']) && !empty($histo[$key]['fk_element']))
{
$out .= dolGetElementUrl($histo[$key]['fk_element'], $histo[$key]['elementtype'], 1);