CMXX - Product query updates

This commit is contained in:
“VeLiTi”
2025-02-25 11:10:00 +01:00
parent bc7e83efe9
commit 3a52632d61
19 changed files with 994 additions and 58 deletions

View File

@@ -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>