From 57142aca9ee41dfbb6312b525b95abebcae5860d Mon Sep 17 00:00:00 2001 From: Petr Duda Date: Mon, 18 May 2020 19:17:08 +0200 Subject: [PATCH] Force icon alternate text on the Database Operations page Signed-off-by: Petr Duda --- templates/database/operations/index.twig | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/database/operations/index.twig b/templates/database/operations/index.twig index e51ded6941..9e2dc2aab5 100644 --- a/templates/database/operations/index.twig +++ b/templates/database/operations/index.twig @@ -6,7 +6,7 @@
{{ get_hidden_inputs(db) }}
-
{{ get_icon('b_comment', 'Database comment'|trans) }}
+
{{ get_icon('b_comment', 'Database comment'|trans, true) }}
@@ -26,7 +26,7 @@ {{ get_hidden_inputs(db) }}
-
{{ get_icon('b_table_add', 'Create table'|trans) }}
+
{{ get_icon('b_table_add', 'Create table'|trans, true) }}
@@ -57,7 +57,7 @@ {% endif %}
-
{{ get_icon('b_edit', 'Rename database to'|trans) }}
+
{{ get_icon('b_edit', 'Rename database to'|trans, true) }}
@@ -86,7 +86,7 @@ {% if is_drop_database_allowed %}
-
{{ get_icon('b_deltbl', 'Remove database'|trans) }}
+
{{ get_icon('b_deltbl', 'Remove database'|trans, true) }}
{{ link_or_button( @@ -120,7 +120,7 @@ {% endif %}
-
{{ get_icon('b_edit', 'Copy database to'|trans) }}
+
{{ get_icon('b_edit', 'Copy database to'|trans, true) }}
@@ -196,7 +196,7 @@ {{ get_hidden_inputs(db) }}
-
{{ get_icon('s_asci', 'Collation'|trans) }}
+
{{ get_icon('s_asci', 'Collation'|trans, true) }}