mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-12 03:33:01 +02:00
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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user