mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
#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 "<form name=reconscript method='post' action='".$url."'>";
|
||||||
echo html_print_input_hidden('page', 1, true);
|
echo html_print_input_hidden('page', 1, true);
|
||||||
html_print_div(
|
html_print_action_buttons(
|
||||||
[
|
html_print_submit_button(
|
||||||
'class' => 'action-buttons',
|
__('Add'),
|
||||||
'content' => html_print_submit_button(
|
'crtbutton',
|
||||||
__('Add'),
|
false,
|
||||||
'crtbutton',
|
[ 'icon' => 'next' ],
|
||||||
false,
|
true
|
||||||
[ 'icon' => 'next' ],
|
)
|
||||||
true
|
|
||||||
),
|
|
||||||
],
|
|
||||||
true
|
|
||||||
);
|
);
|
||||||
echo '</form>';
|
echo '</form>';
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user