New networkmaps in progress... (Changed migration button position)
This commit is contained in:
parent
0ec9ac3b35
commit
164ecfcb57
|
@ -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&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&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>";
|
||||
|
||||
|
|
Loading…
Reference in New Issue