Sindbad~EG File Manager

Current Path : /var/www/html/demo-borrar/mod/data/templates/
Upload File :
Current File : /var/www/html/demo-borrar/mod/data/templates/fields_action_bar.mustache

{{!
    This file is part of Moodle - http://moodle.org/
    Moodle is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
    Moodle is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.
    You should have received a copy of the GNU General Public License
    along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
}}
{{!
    @template mod_data/fields_action_bar

    Actions bar at the top of the field pages in the database activity.

    Context variables required for this template:
    * d - The database id.
    * urlselect - The data object containing the required properties to render core/url_select.
    * fieldselect - The data object containing the required properties to render core/single_select.
    * saveaspreset - Whether to display the save as preset button (mod_data/save_as_preset).
    * exportpreset - The data object containing the required properties to render core/single_button.

    Example context (json):
    {
        "d": 1,
        "urlselect": {
            "id": "url_select_test",
            "action": "https://example.com/post",
            "formid": "url_select_form",
            "sesskey": "sesskey",
            "classes": "urlselect",
            "label": "",
            "helpicon": false,
            "showbutton": null,
            "options": [
                {
                    "name": "Some name",
                    "value": "/mod/data/someurl.php",
                    "selected": false
                }
            ],
            "disabled": false,
            "title": null
        },
        "fieldselect": {
            "id": "single_select_test",
            "name": "fieldselector",
            "method": "get",
            "action": "https://example.com/post",
            "formid": "single_select_form",
            "sesskey": "sesskey",
            "classes": "singleselect",
            "label": "",
            "helpicon": false,
            "options": [
                {
                    "name": "Some name",
                    "value": "somevalue",
                    "selected": false,
                    "optgroup": false
                }
            ],
            "disabled": false,
            "title": null
        },
        "saveaspreset": true,
        "exportpreset": {
            "id": "single_button_test",
            "method" : "post",
            "formid": "single_button_form",
            "url" : "https://example.com/post",
            "primary" : false,
            "tooltip" : null,
            "label" : "Label",
            "attributes": []
        }
    }
}}
<div class="container-fluid tertiary-navigation">
    <div class="row">
        <div class="d-flex">
            {{#urlselect}}
                <div class="navitem">
                    {{>core/url_select}}
                </div>
            {{/urlselect}}
            {{#fieldselect}}
                <div class='navitem fieldadd'>
                    {{>core/single_select}}
                </div>
            {{/fieldselect}}
        </div>
        <div class="ml-sm-auto d-flex">
            {{#saveaspreset}}
                <div class="navitem">
                    {{>mod_data/save_as_preset}}
                </div>
            {{/saveaspreset}}
            {{#exportpreset}}
                <div class="navitem">
                    {{>core/single_button}}
                </div>
            {{/exportpreset}}
        </div>
    </div>
</div>

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists