fixes #1240 use a modern and customizable confirmation popins

* plugins: install, restore, deactivate all, uninstall, delete
* themes: delete
* languages: delete
* maintenance: lock gallery, purge history detail, purge history summary, purge search history and delete all sizes butto
* rates: delete user rates
* sites: remove a site
* updates: update all extensions
* users: delete

batch manager now confirms deletion of derivative like deletion of photos (no more alert popin)

theme manager: box styling like plugins, delete is in dropdown, with icon for activate and delete
This commit is contained in:
Louis
2020-10-15 17:40:58 +02:00
committed by plegall
parent 1be34f33a4
commit eacad2a4b8
16 changed files with 479 additions and 135 deletions
@@ -229,10 +229,10 @@ function selectGenerateDerivNone() {
}
function selectDelDerivAll() {
$("#action_delete_derivatives input[type=checkbox]").prop("checked", true).trigger("change");
$('#action_delete_derivatives input[name="del_derivatives_type[]"]').prop("checked", true).trigger("change");
}
function selectDelDerivNone() {
$("#action_delete_derivatives input[type=checkbox]").prop("checked", false).trigger("change");
$('#action_delete_derivatives input[name="del_derivatives_type[]"]').prop("checked", false).trigger("change");
}
/* sync metadatas or delete photos by blocks, with progress bar */