mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 16:22:41 +09:00
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:
parent
b574bdffe9
commit
cd140109e3
22 changed files with 501 additions and 509 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue