diff --git a/templates/database/structure/bulk_action_modal.twig b/templates/database/structure/bulk_action_modal.twig new file mode 100644 index 0000000000..36edbed5be --- /dev/null +++ b/templates/database/structure/bulk_action_modal.twig @@ -0,0 +1,16 @@ +
\ No newline at end of file diff --git a/templates/database/structure/check_all_tables.twig b/templates/database/structure/check_all_tables.twig index ac14dafc90..da94978829 100644 --- a/templates/database/structure/check_all_tables.twig +++ b/templates/database/structure/check_all_tables.twig @@ -39,23 +39,6 @@ {{ hidden_fields|join('\n')|raw }} - - {% if central_columns_work is defined and central_columns_work %} +{% if check_all_tables %} + {% include 'database/structure/check_all_tables.twig' with check_all_tables only %} +{% endif %} {% if check_all_tables %} - {% include 'database/structure/check_all_tables.twig' with check_all_tables only %} + {% include 'database/structure/bulk_action_modal.twig' with check_all_tables only %} {% endif %}