__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ 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:

www-data@216.73.216.10: ~ $
{{!
    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 core_message/default_notification_preferences

    This template will render the default notification preferences for admin settings.

    Classes required for JS:
    * none

    Data attributes required for JS:
    * All data attributes are required

    Context variables required for this template:
    * providers Message providers
    * components Provider components
    * processors Message processors
    * preferences Saved preferences

    Example context (json):
    {
        "processors": [
            {
                "displayname": "Web",
                "name": "popup"
            }
        ],
        "components": [
            {
                "displayname": "Assignment",
                "name": "mod_assign",
                "colspan": 3,
                "providers": [
                    {
                        "name": "assign_notification",
                        "component": "mod_assign",
                        "displayname": "Assignment notifications",
                        "enabledsetting": "mod_assign_assign_notification_disable",
                        "enabledlabel": "Sending Assignment enabled status",
                        "enabled": 1,
                        "settings": [
                            {
                                "lockedsetting": "mod_assign_assign_notification_locked[popup]",
                                "locked": 1,
                                "lockedlabel": "Sending Assignment via Web locked status",
                                "enabledsetting": "mod_assign_assign_notification_enabled[popup]",
                                "enabled": 1,
                                "enabledlabel": "Sending Assignment via Web enabled status"
                            }
                        ]
                    }
                ]
            }
        ]
    }
}}
<div class="preferences-page-container">
    <h2>{{#str}} managemessageoutputs, message {{/str}}</h2>

    <div class="preferences-container">
        <table class="table table-hover preference-table">
            <thead>
                <tr>
                    <th></th>
                    <th>{{#str}} enabled, core_message {{/str}}</th>
                    {{#processors}}
                        <th data-processor-name="{{name}}">{{{displayname}}}</th>
                    {{/processors}}
                </tr>
            </thead>
            <tbody>
                {{#components}}
                    <tr class="preference-row"><th colspan="{{{colspan}}}">{{{displayname}}}</th></tr>
                    {{#providers}}
                        <tr class="defaultmessageoutputs">
                            <td>{{{displayname}}}</td>
                            <td>
                                <div data-preference="{{{enabledsetting}}}">
                                    <div class="custom-control custom-switch">
                                        <input type="checkbox"
                                            id="{{{enabledsetting}}}"
                                            name="{{{enabledsetting}}}"
                                            class="custom-control-input provider_enabled"
                                            {{#enabled}}checked{{/enabled}}
                                        >
                                        <label for="{{{enabledsetting}}}" class="custom-control-label"
                                            title="{{enabledlabel}}">
                                            <span class="accesshide">{{enabledlabel}}</span>
                                        </label>
                                    </div>
                                </div>
                            </td>
                            {{#settings}}
                                <td class="text-start">
                                    <div data-preference="{{{enabledsetting}}}">
                                        <div class="custom-control custom-switch {{#locked}} dimmed_text{{/locked}} pb-1">
                                            <input type="checkbox"
                                                id="{{{enabledsetting}}}"
                                                name="{{{enabledsetting}}}"
                                                class="custom-control-input enabled_message_setting"
                                                {{#enabled}}checked{{/enabled}}
                                            >
                                            <label for="{{{enabledsetting}}}" class="custom-control-label"
                                                title="{{enabledlabel}}">
                                                {{#str}} enabled, core_message {{/str}}
                                            </label>
                                        </div>
                                    </div>
                                    <div data-preference="{{{lockedsetting}}}">
                                        <div class="custom-control custom-switch pt-1">
                                            <input type="checkbox"
                                                id="{{{lockedsetting}}}"
                                                name="{{{lockedsetting}}}"
                                                class="custom-control-input locked_message_setting"
                                                {{#locked}}checked{{/locked}}
                                            >
                                            <label for="{{{lockedsetting}}}" class="custom-control-label"
                                                title="{{lockedlabel}}">
                                                {{#str}} forced, core_message {{/str}}
                                            </label>
                                        </div>
                                    </div>
                                </td>
                            {{/settings}}
                        </tr>
                    {{/providers}}
                {{/components}}
            </tbody>
        </table>
    </div>
</div>
{{#js}}
require(['core_message/default_notification_preferences'], function(NotificationPreferences) {
        NotificationPreferences.init();
    });
{{/js}}

Filemanager

Name Type Size Permission Actions
add_contact_button.mustache File 1.37 KB 0777
contact_request_sent.mustache File 1.37 KB 0777
default_notification_preferences.mustache File 6.85 KB 0777
message_drawer.mustache File 3.19 KB 0777
message_drawer_contacts_list.mustache File 2.64 KB 0777
message_drawer_contacts_list_item_placeholder.mustache File 1.41 KB 0777
message_drawer_conversations_list.mustache File 4.45 KB 0777
message_drawer_conversations_list_items_placeholder.mustache File 2 KB 0777
message_drawer_icon_back.mustache File 1.36 KB 0777
message_drawer_icon_forward.mustache File 1.21 KB 0777
message_drawer_lazy_load_list.mustache File 1.8 KB 0777
message_drawer_messages_list.mustache File 3.63 KB 0777
message_drawer_messages_list_item_placeholder.mustache File 1.84 KB 0777
message_drawer_non_contacts_list.mustache File 2.26 KB 0777
message_drawer_view_contact_body.mustache File 1.26 KB 0777
message_drawer_view_contact_body_content.mustache File 3.19 KB 0777
message_drawer_view_contacts_body.mustache File 4.11 KB 0777
message_drawer_view_contacts_body_section_contacts.mustache File 1.63 KB 0777
message_drawer_view_contacts_body_section_requests.mustache File 1.63 KB 0777
message_drawer_view_contacts_body_section_requests_list.mustache File 2.2 KB 0777
message_drawer_view_contacts_header.mustache File 1.83 KB 0777
message_drawer_view_conversation_body.mustache File 2.95 KB 0777
message_drawer_view_conversation_body_confirm_dialogue.mustache File 4.79 KB 0777
message_drawer_view_conversation_body_day.mustache File 1.71 KB 0777
message_drawer_view_conversation_body_day_placeholder.mustache File 3.71 KB 0777
message_drawer_view_conversation_body_message.mustache File 3.56 KB 0777
message_drawer_view_conversation_body_messages.mustache File 1.32 KB 0777
message_drawer_view_conversation_body_placeholder.mustache File 1.7 KB 0777
message_drawer_view_conversation_footer.mustache File 2.58 KB 0777
message_drawer_view_conversation_footer_content.mustache File 2.84 KB 0777
message_drawer_view_conversation_footer_edit_mode.mustache File 1.71 KB 0777
message_drawer_view_conversation_footer_placeholder.mustache File 1.34 KB 0777
message_drawer_view_conversation_footer_require_contact.mustache File 1.59 KB 0777
message_drawer_view_conversation_footer_require_unblock.mustache File 1.59 KB 0777
message_drawer_view_conversation_footer_unable_to_message.mustache File 1.29 KB 0777
message_drawer_view_conversation_header.mustache File 1.79 KB 0777
message_drawer_view_conversation_header_content_type_private.mustache File 5.87 KB 0777
message_drawer_view_conversation_header_content_type_private_no_controls.mustache File 2.97 KB 0777
message_drawer_view_conversation_header_content_type_public.mustache File 5.37 KB 0777
message_drawer_view_conversation_header_content_type_self.mustache File 3.37 KB 0777
message_drawer_view_conversation_header_edit_mode.mustache File 1.55 KB 0777
message_drawer_view_conversation_header_placeholder.mustache File 1.86 KB 0777
message_drawer_view_group_info_body.mustache File 1.35 KB 0777
message_drawer_view_group_info_body_content.mustache File 2.5 KB 0777
message_drawer_view_group_info_participants_list.mustache File 2.37 KB 0777
message_drawer_view_group_info_participants_list_item_placeholder.mustache File 1.43 KB 0777
message_drawer_view_overview_body.mustache File 1.64 KB 0777
message_drawer_view_overview_footer.mustache File 1.2 KB 0777
message_drawer_view_overview_header.mustache File 2.88 KB 0777
message_drawer_view_overview_section.mustache File 3.9 KB 0777
message_drawer_view_overview_section_favourites.mustache File 1.57 KB 0777
message_drawer_view_overview_section_group_messages.mustache File 1.61 KB 0777
message_drawer_view_overview_section_messages.mustache File 1.84 KB 0777
message_drawer_view_search_body.mustache File 1.81 KB 0777
message_drawer_view_search_header.mustache File 2.53 KB 0777
message_drawer_view_search_results_content.mustache File 2.68 KB 0777
message_drawer_view_search_results_content_placeholder.mustache File 1.25 KB 0777
message_drawer_view_settings_body.mustache File 1.45 KB 0777
message_drawer_view_settings_body_content.mustache File 2.79 KB 0777
message_drawer_view_settings_body_content_notification_preferences.mustache File 1.7 KB 0777
message_drawer_view_settings_body_placeholder.mustache File 2.89 KB 0777
message_drawer_view_settings_header.mustache File 1.6 KB 0777
message_index.mustache File 3.43 KB 0777
message_jumpto.mustache File 945 B 0777
message_popover.mustache File 1.98 KB 0777
message_preferences.mustache File 3.58 KB 0777
message_preferences_component.mustache File 1.85 KB 0777
message_preferences_notification_processor.mustache File 1.59 KB 0777
notification_preferences.mustache File 3.56 KB 0777
notification_preferences_component.mustache File 2.08 KB 0777
notification_preferences_component_notification.mustache File 3.02 KB 0777
notification_preferences_processor.mustache File 2.26 KB 0777
preferences_processor.mustache File 1.76 KB 0777
remove_contact_button.mustache File 1.42 KB 0777
send_bulk_message.mustache File 1.24 KB 0777
Filemanager