![]() 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/FormBundle/Resources/views/Action/ |
{# Variables - action - type - isStandalone - formId #} {% set class = action.allowCampaignForm is not defined or action.allowCampaignForm is empty ? 'action-standalone-only' : '' %} {% if ( action.allowCampaignForm is not defined or action.allowCampaignForm is empty) and not isStandalone %} {% set class = class ~ ' hide' %} {% endif %} <option id="action_{{ type }}" class="{{ class }}" data-toggle="ajaxmodal" data-target="#formComponentModal" data-href="{{ path('mautic_formaction_action', { 'objectAction': 'new', 'type': type, 'tmpl': 'action', 'formId': formId, }) }}">{{ action['label']|trans }}</option>