![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/mautic.corals.io/app/bundles/PointBundle/Resources/views/Event/ |
{# Variables - deleted - id - route - sessionId #} {% set action = deleted ? 'undelete' : 'delete' %} {% set iconClass = deleted ? 'fa-undo' : 'ri-close-line' %} {% set btnClass = deleted ? 'btn-warning' : 'btn-danger' %} {% set route = route|default('mautic_pointtriggerevent_action') %} <div class="form-buttons hide"> <a data-toggle="ajaxmodal" data-target="#triggerEventModal" href="{{ path(route, {'objectAction': 'edit', 'objectId': id, 'triggerId': sessionId}) }}" class="btn btn-primary btn-xs btn-edit"> <i class="ri-edit-line"></i> </a> <a data-menu-link="mautic_point_index" data-toggle="ajax" data-ignore-formexit="true" data-method="POST" data-hide-loadingbar="true" href="{{ path(route, {'objectAction': action, 'objectId': id, 'triggerId': sessionId}) }}" class="btn {{ btnClass }} btn-xs"> <i class="fa {{ iconClass }}"></i> </a> <i class="fa fa-fw fa-ellipsis-v reorder-handle"></i> </div>