mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-05 09:08:09 +01:00
Mass mailing list: make title a clickable link (#35746)
* Mass mailing list: make title a clickable link * Update list.php --------- Co-authored-by: Jon Bendtsen <xcodeauthor@jonb.dk> Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
This commit is contained in:
@@ -538,7 +538,8 @@ while ($i < $imaxinloop) {
|
||||
}
|
||||
|
||||
// Title
|
||||
print '<td class="tdoverflowmax200" title="'.dol_escape_htmltag($obj->title).'">'.dol_escape_htmltag($obj->title).'</td>';
|
||||
print '<td class="tdoverflowmax200" title="'.dol_escape_htmltag($obj->title).'"><a href="card.php?id='.$object->id.'">'.dol_escape_htmltag($obj->title).'</a></td>';
|
||||
|
||||
|
||||
// Date creation
|
||||
print '<td class="center">';
|
||||
|
||||
Reference in New Issue
Block a user