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:
Diffstat (limited to 'templates/database/central_columns/main.twig')
-rw-r--r--templates/database/central_columns/main.twig6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/database/central_columns/main.twig b/templates/database/central_columns/main.twig
index fb195695e5..e42956b68b 100644
--- a/templates/database/central_columns/main.twig
+++ b/templates/database/central_columns/main.twig
@@ -127,9 +127,9 @@
</form>
</div>
{% if total_rows <= 0 %}
- <fieldset class="pma-fieldset">
- {% trans 'The central list of columns for the current database is empty' %}
- </fieldset>
+ <div class="alert alert-info" role="alert">
+ {% trans 'The central list of columns for the current database is empty' %}
+ </div>
{% else %}
<table class="table table-borderless table-sm w-auto d-inline-block navigation">
<tr>