From 15e16cdcdf9f3a8c380b1fe553fd03dc71e1fc6a Mon Sep 17 00:00:00 2001 From: ankitjain28may Date: Sun, 1 Oct 2017 01:55:00 +0530 Subject: [PATCH] Added FullText #13303 Signed-off-by: Ankit Jain --- templates/table/structure/check_all_table_column.twig | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/templates/table/structure/check_all_table_column.twig b/templates/table/structure/check_all_table_column.twig index 1df86b4a19..0406b86a89 100644 --- a/templates/table/structure/check_all_table_column.twig +++ b/templates/table/structure/check_all_table_column.twig @@ -51,6 +51,13 @@ 'b_index.png', 'index' ) }} + {{ Util_getButtonOrImage( + 'submit_mult', + 'mult_submit', + 'Fulltext'|trans, + 'b_ftext.png', + 'ftext' + ) }} {% if tbl_storage_engine is not empty and ( tbl_storage_engine == 'MYISAM'