From bc8528f511cc5225f902128ccb4fb68b9059024c Mon Sep 17 00:00:00 2001 From: Jonathan Date: Thu, 13 Apr 2023 11:49:10 +0200 Subject: [PATCH] #10926 fix visual - add button add netscanscripts --- .../class/ManageNetScanScripts.class.php | 20 ++++++++----------- 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/pandora_console/include/class/ManageNetScanScripts.class.php b/pandora_console/include/class/ManageNetScanScripts.class.php index adfedf3e26..590bff65b1 100644 --- a/pandora_console/include/class/ManageNetScanScripts.class.php +++ b/pandora_console/include/class/ManageNetScanScripts.class.php @@ -468,18 +468,14 @@ class ManageNetScanScripts extends Wizard echo "
"; echo html_print_input_hidden('page', 1, true); - html_print_div( - [ - 'class' => 'action-buttons', - 'content' => html_print_submit_button( - __('Add'), - 'crtbutton', - false, - [ 'icon' => 'next' ], - true - ), - ], - true + html_print_action_buttons( + html_print_submit_button( + __('Add'), + 'crtbutton', + false, + [ 'icon' => 'next' ], + true + ) ); echo '
'; } else {