Merge branch 'ent-4357-fallo-visual-en-el-menu-topology-maps' into 'develop'

add space in networkp map

See merge request artica/pandorafms!2661
This commit is contained in:
Daniel Rodriguez 2019-08-30 14:22:39 +02:00
commit 71a6394967
1 changed files with 2 additions and 2 deletions

View File

@ -795,7 +795,7 @@ switch ($tab) {
echo "<div style='width: ".$table->width."; margin-top: 5px;'>";
echo '<form method="post" action="index.php?sec=network&amp;sec2=operation/agentes/pandora_networkmap">';
html_print_input_hidden('new_networkmap', 1);
html_print_submit_button(__('Create networkmap'), 'crt', false, 'class="sub next" style="float: right;"');
html_print_submit_button(__('Create network map'), 'crt', false, 'class="sub next" style="float: right;"');
echo '</form>';
echo '</div>';
@ -803,7 +803,7 @@ switch ($tab) {
echo "<div style='width: ".$table->width."; margin-top: 5px;'>";
echo '<form method="post" action="index.php?sec=network&amp;sec2=operation/agentes/pandora_networkmap">';
html_print_input_hidden('new_empty_networkmap', 1);
html_print_submit_button(__('Create empty networkmap'), 'crt', false, 'class="sub next" style="float: right; margin-right:20px;"');
html_print_submit_button(__('Create empty network map'), 'crt', false, 'class="sub next" style="float: right; margin-right:20px;"');
echo '</form>';
echo '</div>';
}