mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +02:00
Fixed the creation button in the networkmap list.
This commit is contained in:
parent
35b66968f9
commit
3d9265003b
@ -506,6 +506,11 @@ html_print_input_hidden ('ids_multiple_delete', "");
|
||||
html_print_button(__('Delete'), 'del', false, 'submit_multiple_delete();', 'class="sub delete"');
|
||||
echo '</form>';
|
||||
|
||||
$action_url = 'index.php?sec=maps&sec2=operation/maps/networkmap_editor';
|
||||
if (is_metaconsole()) {
|
||||
$action_url = 'index.php?sec=screen&sec2=screens/screens';
|
||||
}
|
||||
|
||||
echo '<form method="post" style="float:right; margin-right: 10px;" action="' . $action_url . '">';
|
||||
html_print_input_hidden ('create_networkmap', 1);
|
||||
html_print_submit_button (__('Create'), "crt", false, 'class="sub next"');
|
||||
|
Loading…
x
Reference in New Issue
Block a user