Merge branch 'ent-10926-falta-boton-add-en-manage-scan-scripts' into 'develop'

Ent 10926 falta boton add en manage scan scripts

See merge request artica/pandorafms!5715
This commit is contained in:
Matias Didier 2023-04-19 10:51:00 +00:00
commit 53c69f1176
1 changed files with 8 additions and 12 deletions

View File

@ -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(
__('Add'),
'crtbutton',
false,
[ 'icon' => 'next' ],
true
),
],
true
html_print_action_buttons(
html_print_submit_button(
__('Add'),
'crtbutton',
false,
[ 'icon' => 'next' ],
true
)
);
echo '</form>';
} else {