mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
add space in networkp map
This commit is contained in:
parent
a8915e13ad
commit
3d68641e4e
@ -795,7 +795,7 @@ switch ($tab) {
|
|||||||
echo "<div style='width: ".$table->width."; margin-top: 5px;'>";
|
echo "<div style='width: ".$table->width."; margin-top: 5px;'>";
|
||||||
echo '<form method="post" action="index.php?sec=network&sec2=operation/agentes/pandora_networkmap">';
|
echo '<form method="post" action="index.php?sec=network&sec2=operation/agentes/pandora_networkmap">';
|
||||||
html_print_input_hidden('new_networkmap', 1);
|
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 '</form>';
|
||||||
echo '</div>';
|
echo '</div>';
|
||||||
|
|
||||||
@ -803,7 +803,7 @@ switch ($tab) {
|
|||||||
echo "<div style='width: ".$table->width."; margin-top: 5px;'>";
|
echo "<div style='width: ".$table->width."; margin-top: 5px;'>";
|
||||||
echo '<form method="post" action="index.php?sec=network&sec2=operation/agentes/pandora_networkmap">';
|
echo '<form method="post" action="index.php?sec=network&sec2=operation/agentes/pandora_networkmap">';
|
||||||
html_print_input_hidden('new_empty_networkmap', 1);
|
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 '</form>';
|
||||||
echo '</div>';
|
echo '</div>';
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user