Admin > content - UI Debugging, Language update.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8739 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2011-08-10 04:43:51 +00:00
parent b574bdffe9
commit cd140109e3
22 changed files with 501 additions and 509 deletions

View file

@ -1,15 +1,11 @@
<!--@if(__DEBUG__)-->
<load target="js/importer_admin.js" />
<load target="css/importer.css" />
<!--@else-->
<load target="js/importer_admin.min.js" />
<load target="css/importer.min.css" />
<!--@end-->
{@ $type_list = array('module'=>$lang->type_module, 'ttxml'=>$lang->type_ttxml, 'member'=>$lang->type_member, 'sync'=>$lang->type_syncmember, 'message'=>$lang->type_message) }
<h3 class="xeAdmin">{$lang->importer} <span class="gray">{$lang->cmd_management}</span></h3>
<h1 class="h1">{$lang->importer}</h1>
<p>{nl2br($lang->about_importer)}</p>
<!-- 설명 -->
<div class="infoText">{nl2br($lang->about_importer)}</div>