play.phpFind: <td style="padding: 20px 0 0 20px;" valign=\'top\' class=\'content\'>'.$row['comment'].'</td>Replace With: <td style="padding: 20px 0 0 20px;" valign=\'top\' class=\'content\'>'.$row['comment'].'';if($usrdata['user_level'] == 2){ echo '<div style="float: right; padding-right: 20px;"><a href=\''.$domain.'/'.$directorypath.'/index.php?action=admin&case=approvecomments&cmd=delete&ID='.$row['ID'].'\' onclick="return confirm(\'Are you sure you want to delete the comment?\')"><img src=\''.$domain.'/'.$directorypath.'/templates/'.$template.'/images/deletebtn.png\' border=\'0\' alt=\'\' /></a></div>';}echo '</td>
I assume we can use this code in a future release, adapted as needed?Thanks!