mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-28 06:29:27 +01:00
Fix visualizzazione button sms
This commit is contained in:
parent
d152e6cc51
commit
9a62a4604c
@ -70,7 +70,7 @@ class ButtonManager implements ManagerInterface
|
|||||||
$result = [
|
$result = [
|
||||||
'link' => base_path().'/modules/sms/sms.php?id_module='.$options['id_module'].'&id_record='.$options['id_record'].'&id='.$options['id'].$options['parameters'],
|
'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'])),
|
'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',
|
'type' => 'modal',
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user