New networkmaps in progress... (Changed migration button position)

This commit is contained in:
Arturo Gonzalez 2016-10-05 09:44:47 +02:00
parent 0ec9ac3b35
commit 164ecfcb57
1 changed files with 4 additions and 4 deletions

View File

@ -424,17 +424,17 @@ switch ($tab) {
}
if ($networkmaps_write || $networkmaps_manage) {
echo "<div style='width: " . $table->width . "; text-align: right; margin-top: 5px;'>";
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"');
html_print_submit_button (__('Create networkmap'), 'crt', false, 'class="sub next" style="float: right;"');
echo "</form>";
echo "</div>";
echo "<div style='width: " . $table->width . "; text-align: right; margin-top: 5px;'>";
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 ('migrate_networkmap', 1);
html_print_submit_button (__('Migrate older networkmaps'), 'crt', false, 'class="sub next"');
html_print_submit_button (__('Migrate older networkmaps'), 'crt', false, 'class="sub next" style="float: left;"');
echo "</form>";
echo "</div>";