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);
|
||||
|
||||
$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) {
|
||||
$agent_name = __('System');
|
||||
|
|
Loading…
Reference in New Issue