CMXX - Product query updates
This commit is contained in:
@@ -141,7 +141,7 @@ $view .= '
|
||||
|
||||
foreach ($responses as $response){
|
||||
$view .= '<a href="index.php?page=media_manage&rowID='.$response['rowID'].'">
|
||||
<img src="'.$response['full_path'].'" style="width: 100%; cursor: pointer; border: 2px solid transparent;" onmouseover="this.style.border=\'2px solid #4CAF50\'" onmouseout="this.style.border=\'2px solid transparent\'">
|
||||
<img src="'.$response['full_path'].'" title="'.$response['title'].'" alt="'.$response['title'].'" style="width: 100%; cursor: pointer; border: 2px solid transparent;" onmouseover="this.style.border=\'2px solid #4CAF50\'" onmouseout="this.style.border=\'2px solid transparent\'">
|
||||
</a>';
|
||||
}
|
||||
$view .= '</div>
|
||||
|
||||
Reference in New Issue
Block a user