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 {