Add hyperlinks to downloadable items

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12120 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
chschy 2012-11-05 06:16:17 +00:00
parent 4e07d5b563
commit 19ab9d786e

View file

@ -471,7 +471,7 @@
<div class="item ${IsInstalled} ${IsUpToDate}">
<img src="http://${ScreenShotURL}" alt="">
<h2>${MenuType}</h2>
<h2><a target="_blank" href="${URL}">${MenuType}</a></h2>
<p>${MenuTypeDesc}</p>
<p>별점 ${Score}/${TotalVotes} <i>|</i> {$lang->package_update} ${LastUpdated} <i>|</i> {$lang->package_downloaded_count} : ${TotalDownloads}</p>
@ -2160,6 +2160,7 @@ jQuery(function($){
TotalVotes: item.package_voted,
LastUpdated: formatUpdatedDate(item.item_regdate),
TotalDownloads: item.package_downloaded,
URL: item.url,
IsUpToDate: sIsUpToDate,
IsInstalled: sIsInstalled
} ).data('sItemType', sItemType).data('sPackageSrl', item.package_srl);