fixed image size in easyinstall page

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12354 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
chschy 2012-12-07 09:41:37 +00:00
parent be061554db
commit 41ea58236d

View file

@ -39,7 +39,7 @@
{@ $target_url = $original_site."?mid=download&package_srl=".$item->package_srl; }
<div class="x_thumbnail">
<div class="thumb" style="min-height:80px">
<img src="{str_replace('./', $uri, $item->item_screenshot_url)}" alt="" width="80" />
<img src="{str_replace('./', $uri, $item->item_screenshot_url)}" alt="" style="width:80px;height:80px" />
</div>
<div class="text">
<h3><span class="x_label x_label-info">{$item->category}</span> <a href="{$target_url}" title="{htmlspecialchars($item->title)}" target="_blank">{htmlspecialchars($item->title)}</a></h3>