mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Fixed mobile events modal opening twice
This commit is contained in:
parent
c613828777
commit
125a5bffc6
@ -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…
x
Reference in New Issue
Block a user