Merge branch 'ent-9866-visualizacion-completa-de-notificaciones-en-metaconsola' into 'develop'
Ent 9866 visualizacion completa de notificaciones en metaconsola See merge request artica/pandorafms!6170
This commit is contained in:
commit
a653c0e2e7
|
@ -1092,6 +1092,11 @@ function notifications_print_dropdown_element($message_info)
|
||||||
$message_info['subject'] = io_safe_input($img);
|
$message_info['subject'] = io_safe_input($img);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (strlen($body_preview) >= 170) {
|
||||||
|
$body_preview = substr($body_preview, 0, 150);
|
||||||
|
$body_preview .= __('. Read More...');
|
||||||
|
}
|
||||||
|
|
||||||
return sprintf(
|
return sprintf(
|
||||||
"<a
|
"<a
|
||||||
class='notification-item'
|
class='notification-item'
|
||||||
|
|
Loading…
Reference in New Issue