From edc23d8b71ca400053ccbd0f1eab755e90da889e Mon Sep 17 00:00:00 2001 From: mokaddem Date: Sat, 12 Jun 2021 12:01:03 +0200 Subject: [PATCH] fix: [genericElements:indexTable] Enforce actions button to be inline --- templates/element/genericElements/IndexTable/Fields/actions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/element/genericElements/IndexTable/Fields/actions.php b/templates/element/genericElements/IndexTable/Fields/actions.php index e0d275b..d399c53 100644 --- a/templates/element/genericElements/IndexTable/Fields/actions.php +++ b/templates/element/genericElements/IndexTable/Fields/actions.php @@ -17,7 +17,7 @@ * - function($row, $options): the lambda function. $row contain the row data * - options: array of options. datapaths described in the datapath keyname will be extracted and replaced with the actual row value */ - echo ''; + echo ''; foreach ($actions as $action) { if (isset($action['requirement']) && !$action['requirement']) { continue;