diff options
| author | lsces <lester@lsces.co.uk> | 2026-05-08 14:46:24 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2026-05-08 14:46:24 +0100 |
| commit | 7c55576c11eaa4586f93461cbd70c54b74b38c36 (patch) | |
| tree | 959b1a4c137c439383b1dae47f6262f5b4973186 | |
| parent | 93116c51691c774e37a701e5ca1cf06e99014807 (diff) | |
| download | fisheye-7c55576c11eaa4586f93461cbd70c54b74b38c36.tar.gz fisheye-7c55576c11eaa4586f93461cbd70c54b74b38c36.tar.bz2 fisheye-7c55576c11eaa4586f93461cbd70c54b74b38c36.zip | |
Add detail to the confirmDialogV5-php84
| -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!'), ] |
