mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Merge branch 'ent-6414-mobile-console-events-modal-open-twice' into 'develop'
Fixed mobile events modal opening twice See merge request artica/pandorafms!3720
This commit is contained in:
commit
86bd145dce
@ -121,7 +121,7 @@ class Events
|
|||||||
$status_icon = html_print_image($img_st, true, false, false, false, false, true);
|
$status_icon = html_print_image($img_st, true, false, false, false, false, true);
|
||||||
|
|
||||||
$row = [];
|
$row = [];
|
||||||
$row[] = '<b class="ui-table-cell-label">'.__('Event Name').'</b><a href="javascript: openDetails('.$event['id_evento'].')"><div class="event_name">'.io_safe_output(str_replace([' ', ''], ' ', $event['evento'])).'</div></a>';
|
$row[] = '<b class="ui-table-cell-label">'.__('Event Name').'</b><a href="#" onclick="openDetails('.$event['id_evento'].')"><div class="event_name">'.io_safe_output(str_replace([' ', ''], ' ', $event['evento'])).'</div></a>';
|
||||||
|
|
||||||
if ($event['id_agente'] == 0) {
|
if ($event['id_agente'] == 0) {
|
||||||
$agent_name = __('System');
|
$agent_name = __('System');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user