Merge branch '2128-Botón-de-"Crear-complementos-de-red"-en-SNMP-browser' into 'develop'

Fixed the online-style of submit

See merge request artica/pandorafms!1496
This commit is contained in:
slerena 2018-06-25 18:58:17 +02:00
commit 8320e5cc53
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ if (is_ajax()) {
else {
snmp_browser_print_tree ($snmp_tree);
echo html_print_submit_button(__('Create network components'),'create_network_component',
false, array('style' => 'display: none', 'class' => 'sub add'), true);
false, array('style' => 'display: none; position: fixed; bottom: 55px; right: 80px;', 'class' => 'sub add'), true);
echo '<div id="dialog_error" style="display: none" title="Network components">';
echo "<div>";