modify lang, add link to category, modify header

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6929 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
haneul 2009-11-11 07:39:56 +00:00
parent 9143a9eb5d
commit d0ccadbe2e
3 changed files with 3 additions and 9 deletions

View file

@ -5,7 +5,7 @@
* @brief Autoinstall(autoinstall) 모듈의 기본 언어팩
**/
$lang->autoinstall = 'Easy-install';
$lang->autoinstall = '쉬운 설치';
$lang->about_autoinstall = 'XpressEngine의 여러 프로그램을 쉽게 설치/업그레이드할 수 있도록 도와주는 모듈입니다.';
$lang->package_update = '최근 업데이트';
$lang->package_downloaded_count = '전체 다운로드';

View file

@ -1,7 +1 @@
<h3 class="xeAdmin">autoinstall module <span class="gray">{$lang->cmd_management}</span></h3>
<div class="header4">
<ul class="localNavigation">
<li <!--@if($act=="dispAutoinstallAdminIndex")-->class="on"<!--@end-->><a href="{getUrl('act','dispAutoinstallAdminIndex')}">Index</a></li>
</ul>
</div>
<h3 class="xeAdmin">{$lang->autoinstall}</h3>

View file

@ -30,7 +30,7 @@
<div class="title">
<h3>
<!--@if($val->category_srl)-->
[{$categories[$val->category_srl]->title}]
<a href="{getUrl('category_srl',$val->category_srl)}">[{$categories[$val->category_srl]->title}]</a>
<!--@end-->
<a href="{$target_url}">{htmlspecialchars($val->title)} ver. {htmlspecialchars($val->item_version)}</a>
</h3>