1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-01-14 16:36:51 +01:00

Fix visualizzazione button sms

This commit is contained in:
MatteoPistorello 2023-10-02 16:55:11 +02:00
parent d152e6cc51
commit 9a62a4604c

View File

@ -70,7 +70,7 @@ class ButtonManager implements ManagerInterface
$result = [
'link' => base_path().'/modules/sms/sms.php?id_module='.$options['id_module'].'&id_record='.$options['id_record'].'&id='.$options['id'].$options['parameters'],
'title' => tr('Invia').' '.((strtoupper($template_sms['name']) == $template_sms['name']) ? $template_sms['name'] : lcfirst($template_sms['name'])),
'icon' => $template_sms['icon'],
'icon' => 'fa fa-comment',
'type' => 'modal',
];
}