| Server IP : 104.21.84.107 / Your IP : 104.23.197.209 Web Server : Apache/2.4.63 (Ubuntu) System : Linux adminpruebas-Virtual-Machine 6.14.0-37-generic #37-Ubuntu SMP PREEMPT_DYNAMIC Fri Nov 14 22:10:32 UTC 2025 x86_64 User : www-data ( 33) PHP Version : 8.4.5 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/fcs/administrator/components/com_gantry5/templates/modals/ |
Upload File : |
{% extends ajax-suffix ? "@gantry-admin/partials/ajax.html.twig" : "@gantry-admin/partials/base.html.twig" %}
{% block gantry %}
<div class="g-tabs" role="tablist">
<ul>
{# Settings Tab #}
<li class="active">
<a href="#" id="g-settings-atom-tab" role="presentation" aria-controls="g-settings-atom" role="tab" aria-expanded="true">
{% block title %}
{{ 'GANTRY5_PLATFORM_ATOM'|trans }}
{% endblock %}
</a>
</li>
</ul>
</div>
<div class="g-panes">
{# Settings Pane #}
<div class="g-pane active" role="tabpanel" id="g-settings-atom" aria-labelledby="g-settings-atom-tab" aria-expanded="true">
<div class="g-atom-preview alert alert-warning"><i class="fa fa-fw fa-eye" aria-hidden="true"></i> {{ 'GANTRY5_PLATFORM_ATOM_PREVIEW'|trans }}</div>
{% include '@gantry-admin/pages/configurations/layouts/particle-card.html.twig' with {
title: item.title,
blueprints: particle.form,
overrideable: overrideable and (particle.form.overrideable is not defined or particle.form.overrideable),
inherit: 'attributes' in item.inherit.include and item.inherit.outline in inheritance.form.fields.outline.filter ? item.inherit.outline : null
} %}
</div>
</div>
<div class="g-modal-actions">
<button class="button button-primary g5-dialog-close">{{ 'GANTRY5_PLATFORM_CLOSE'|trans }}</button>
</div>
{% endblock %}