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) }}