Merge branch 'ent-13057-alert-details-sin-permisos-lm-alert-management-mueve-los-elementos-de-paginacion' into 'develop'

Ent 13057 Alert details sin permisos LM (Alert Management) mueve los elementos de paginación

See merge request artica/pandorafms!7027
This commit is contained in:
Jose Martin 2024-03-26 11:27:25 +00:00
commit 761b5b9187
1 changed files with 5 additions and 0 deletions

View File

@ -493,6 +493,11 @@ if (is_metaconsole() === false) {
['type' => 'form_action']
);
}
} else {
html_print_action_buttons(
'',
['type' => 'form_action']
);
}
} else {
echo "<form method='post' action='index.php?sec=galertas&sec2=godmode/alerts/alert_list&tab=builder&pure=0'>";