diff options
Diffstat (limited to 'edit_image.php')
| -rwxr-xr-x | edit_image.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/edit_image.php b/edit_image.php index de1b444..b7d3ebf 100755 --- a/edit_image.php +++ b/edit_image.php @@ -112,6 +112,8 @@ if( !empty($_REQUEST['saveImage']) || !empty($_REQUEST['regenerateThumbnails'] ) $formHash['image_id'] = $gContent->mImageId; $gBitSystem->confirmDialog( $formHash, [ + // 'label'=> $gContent->mInfo['title'], + 'confirm_item'=> $gContent->mInfo['file_name'], 'warning' => KernelTools::tra('Are you sure you want to delete this image?') . ' (' . $gContent->getTitle() . ') ' . KernelTools::tra('It will be removed from all galleries to which it belongs.'), 'error' => KernelTools::tra('This cannot be undone!'), ] |
