diff --git a/screenshots.php b/screenshots.php
index 1d3e7e8..6455311 100644
--- a/screenshots.php
+++ b/screenshots.php
@@ -140,19 +140,18 @@ if($result && mysql_num_rows($result))
// display image
echo "
\n";
- echo html_frame_start(substr(stripslashes($ob->description),0,20),128,"",0);
echo $img;
-
+ echo "". substr(stripslashes($ob->description),0,20). "\n";
+
//show admin delete link
if(loggedin() && (havepriv("admin") ||
$_SESSION['current']->is_maintainer($_REQUEST['appId'],
$_REQUEST['versionId'])))
{
- echo " ";
+ echo " [ Delete Image]";
}
- echo html_frame_end(" ");
- echo " | \n";
+ echo "\n";
// end row if counter of 3
if ($c % 3 == 0) echo "\n";