summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlsces <lester@lsces.co.uk>2026-05-08 14:46:24 +0100
committerlsces <lester@lsces.co.uk>2026-05-08 14:46:24 +0100
commit7c55576c11eaa4586f93461cbd70c54b74b38c36 (patch)
tree959b1a4c137c439383b1dae47f6262f5b4973186
parent93116c51691c774e37a701e5ca1cf06e99014807 (diff)
downloadfisheye-5-php84.tar.gz
fisheye-5-php84.tar.bz2
fisheye-5-php84.zip
Add detail to the confirmDialogV5-php84
-rwxr-xr-xedit_image.php2
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!'),
]