mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Merge branch '2814-Create-network-components-desde-SNMP-Walk' into 'develop'
Changed styles for the button create_network_component - #2814 See merge request artica/pandorafms!1817
This commit is contained in:
commit
67fc03ab6d
@ -50,7 +50,7 @@ if (is_ajax()) {
|
|||||||
else {
|
else {
|
||||||
snmp_browser_print_tree ($snmp_tree);
|
snmp_browser_print_tree ($snmp_tree);
|
||||||
echo html_print_submit_button(__('Create network components'),'create_network_component',
|
echo html_print_submit_button(__('Create network components'),'create_network_component',
|
||||||
false, array('style' => 'display: none; position: fixed; bottom: 55px; right: 80px;', 'class' => 'sub add'), true);
|
false, array('style' => 'display: none; position: absolute; bottom: 0px; right: 35px;', 'class' => 'sub add'), true);
|
||||||
|
|
||||||
echo '<div id="dialog_error" style="display: none" title="Network components">';
|
echo '<div id="dialog_error" style="display: none" title="Network components">';
|
||||||
echo "<div>";
|
echo "<div>";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user