Spamworldpro Mini Shell
Spamworldpro


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/LeadBundle/Resources/views/LeadCampaigns/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/mautic.corals.io/app/bundles/LeadBundle/Resources/views/LeadCampaigns/index.html.twig
{#
  Variables
    - lead
    - campaigns
#}
{% set leadId = lead.id %}
{% set leadName = lead.primaryIdentifier %}
{% if campaigns is not empty %}
<ul class="list-group">
    {% for c in campaigns %}
        {% set switch = c.inCampaign ? 'fa-toggle-on' : 'fa-toggle-off' %}
        {% set bgClass = c.inCampaign ? 'text-success' : 'text-danger' %}
    <li class="list-group-item">
        <i class="fa fa-lg fa-fw {{ switch }} {{ bgClass }}" id="leadCampaignToggle{{ c.id }}" onclick="Mautic.toggleLeadCampaign('leadCampaignToggle{{ c.id }}', {{ leadId }}, {{ c.id }});"></i>
        <a data-dismiss="modal" class="pull-right" href="{{ url('mautic_campaign_action', {'objectAction': 'view', 'objectId': c.id}) }}" data-toggle="ajax"><span class="label label-primary">{{ 'mautic.core.id'|trans }}: {{ c.id }}</span></a>
        <span> {{ c.name }}</span>
    </li>
    {% endfor %}
</ul>
{% else %}
    {{ 'mautic.campaign.lead.notfound'|trans }}
{% endif %}

Spamworldpro Mini