Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Steininger <11192306+codegain@users.noreply.github.com>2022-09-28 16:17:44 +0300
committerGitHub <noreply@github.com>2022-09-28 16:17:44 +0300
commit421129535b8a136eb7fdb3fdb57703a0ae49c29b (patch)
treefcc8b1ee0bf7a2d78870672255a9bb65de024d6a /templates
parent35a959af25531df044b9a0203ceeda423ae1d598 (diff)
move template including bulkActionModal outside of form tag
The browser prevents the bulkActionModal loading other forms directly into its modal-body (f.e. the "Replace table prefix" action). Signed-off-by: Michael Steininger <michael.steininger@world4you.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/database/structure/table_header.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/database/structure/table_header.twig b/templates/database/structure/table_header.twig
index b44d3b917e..2490cf70b0 100644
--- a/templates/database/structure/table_header.twig
+++ b/templates/database/structure/table_header.twig
@@ -72,7 +72,7 @@
{% endif %}
</table>
</div>
+</form>
{% if check_all_tables %}
{% include 'database/structure/check_all_tables.twig' with check_all_tables only %}
{% endif %}
-</form>