From 532c1eee83ebbff160596c0f0ebab00e7691f256 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Meneghini=20Fauth?= Date: Fri, 27 Nov 2020 16:14:13 -0300 Subject: [PATCH] Use Bootstrap's table for db central columns page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: MaurĂ­cio Meneghini Fauth --- templates/database/central_columns/main.twig | 20 ++++++++++---------- themes/bootstrap/scss/_common.scss | 6 ------ themes/original/scss/_common.scss | 6 ------ themes/pmahomme/scss/_common.scss | 6 ------ 4 files changed, 10 insertions(+), 28 deletions(-) diff --git a/templates/database/central_columns/main.twig b/templates/database/central_columns/main.twig index cff87c829b..0e738633ae 100644 --- a/templates/database/central_columns/main.twig +++ b/templates/database/central_columns/main.twig @@ -7,12 +7,11 @@ method="post" action="{{ url('/database/central-columns') }}"> {{ get_hidden_inputs(db) }} -
- - +
+
+ - - + + @@ -131,7 +131,7 @@ {% trans 'The central list of columns for the current database is empty' %} {% else %} -
{% trans 'Name' %}
@@ -45,6 +44,7 @@ {% trans 'A_I' %}
+ {% if pos - max_rows >= 0 %} @@ -172,8 +172,8 @@ {% endif %} -{# getHtmlForAddColumn #} - + +