Wip command center, masive edit operations

This commit is contained in:
Daniel Barbero Martin 2021-06-07 13:38:07 +02:00
parent 835aad542f
commit c0103367fd
1 changed files with 2 additions and 4 deletions

View File

@ -845,11 +845,9 @@ echo '<h3 class="error invisible" id="message"> </h3>';
html_print_input_hidden('id_agente', $id_agente);
if (is_management_allowed() === true) {
attachActionButton('update_agents', 'update', $table->width);
}
attachActionButton('update_agents', 'update', $table->width);
// Shown and hide div
// Shown and hide div.
echo '</div></form>';
ui_require_jquery_file('form');