diff --git a/include/screenshot.php b/include/screenshot.php index 91378fc..a48b375 100644 --- a/include/screenshot.php +++ b/include/screenshot.php @@ -659,6 +659,12 @@ class screenshot echo "
[".$oVersion->objectMakeLink()."]"; + if($oScreenshot->canEdit()) + { + $oM = new objectManager('screenshot'); + echo '
[Delete]'; + } + echo "\n"; // end row if counter of 3 if($i % 3 == 0)