#10926 fix visual - add button add netscanscripts
This commit is contained in:
parent
0e8a74a4b8
commit
bc8528f511
|
@ -468,18 +468,14 @@ class ManageNetScanScripts extends Wizard
|
|||
|
||||
echo "<form name=reconscript method='post' action='".$url."'>";
|
||||
echo html_print_input_hidden('page', 1, true);
|
||||
html_print_div(
|
||||
[
|
||||
'class' => 'action-buttons',
|
||||
'content' => html_print_submit_button(
|
||||
html_print_action_buttons(
|
||||
html_print_submit_button(
|
||||
__('Add'),
|
||||
'crtbutton',
|
||||
false,
|
||||
[ 'icon' => 'next' ],
|
||||
true
|
||||
),
|
||||
],
|
||||
true
|
||||
)
|
||||
);
|
||||
echo '</form>';
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue