aboutsummaryrefslogtreecommitdiff
path: root/srcs/phpmyadmin/templates/preferences/forms
diff options
context:
space:
mode:
Diffstat (limited to 'srcs/phpmyadmin/templates/preferences/forms')
-rw-r--r--srcs/phpmyadmin/templates/preferences/forms/main.twig8
1 files changed, 8 insertions, 0 deletions
diff --git a/srcs/phpmyadmin/templates/preferences/forms/main.twig b/srcs/phpmyadmin/templates/preferences/forms/main.twig
new file mode 100644
index 0000000..563b385
--- /dev/null
+++ b/srcs/phpmyadmin/templates/preferences/forms/main.twig
@@ -0,0 +1,8 @@
+{{ error|raw }}
+{% if has_errors %}
+ <div class="error config-form">
+ <strong>{% trans 'Cannot save settings, submitted form contains errors!' %}</strong>
+ {{ errors|raw }}
+ </div>
+{% endif %}
+{{ form|raw }}