issue 2745 도움말 change to $lang->help

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12434 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2012-12-20 02:52:28 +00:00
parent 1f008ff1c2
commit 8d1583fbc3
27 changed files with 36 additions and 36 deletions

View file

@ -2,6 +2,6 @@
<load cond="!__DEBUG__" target="js/importer_admin.min.js" usecdn="true" />
{@ $type_list = array('module'=>$lang->type_module, 'ttxml'=>$lang->type_ttxml, 'member'=>$lang->type_member, 'sync'=>$lang->type_syncmember, 'message'=>$lang->type_message) }
<div class="x_page-header">
<h1>{$lang->importer} <a class="x_icon-question-sign" href="./help/index.html#UMAN_content_importer" target="_blank">도움말</a></h1>
<h1>{$lang->importer} <a class="x_icon-question-sign" href="./help/index.html#UMAN_content_importer" target="_blank">{$lang->help}</a></h1>
</div>
<p>{nl2br($lang->about_importer)}</p>