mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
Multilingual textarea flag UI fixed.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9237 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
0dd5869e6e
commit
734fc52e5e
6 changed files with 31 additions and 8 deletions
17
modules/admin/tpl/css/admin.min.css
vendored
17
modules/admin/tpl/css/admin.min.css
vendored
|
|
@ -380,33 +380,44 @@ body.modalContainer{_height:100%;_width:100%} /* IE6 only */
|
|||
.x .langEdit .langList li.active{background:url(../img/iconArrow.gif) no-repeat right -188px}
|
||||
.x .langEdit.showChild .langList{display:block}
|
||||
.x .langEdit #langInput{background:#fff}
|
||||
.x .langEdit #langInput h2{padding:5px 10px;margin:0 0 -1px 0;font-weight:normal;color:#ccc;border:1px solid #eee;border-top-color:#ccc}
|
||||
.x .langEdit #langInput h2 strong{color:#000}
|
||||
.x .langEdit #langInput h2 a{font-size:12px}
|
||||
.x .langEdit #langInput h2{padding:5px 10px;margin:0 0 -1px 0;font-size:12px;font-weight:normal;color:#666;border:1px solid #eee;border-top-color:#ccc}
|
||||
.x .langEdit #langInput h2 strong{color:#000;font-size:14px}
|
||||
.x .langEdit.showChild #langInput{position:absolute;left:285px;top:0}
|
||||
.x .langEdit li.en input,
|
||||
.x .langEdit li.en textarea,
|
||||
.x .mLangEdit li.en textarea{background:url(../img/flag.us.gif) no-repeat 99% 5px}
|
||||
.x .langEdit li.ko input,
|
||||
.x .langEdit li.ko textarea,
|
||||
.x .mLangEdit li.ko textarea{background:url(../img/flag.kr.gif) no-repeat 99% 5px}
|
||||
.x .langEdit li.jp input,
|
||||
.x .langEdit li.jp textarea,
|
||||
.x .mLangEdit li.jp textarea{background:url(../img/flag.jp.gif) no-repeat 99% 5px}
|
||||
.x .langEdit li.fr input,
|
||||
.x .langEdit li.fr textarea,
|
||||
.x .mLangEdit li.fr textarea{background:url(../img/flag.fr.gif) no-repeat 99% 5px}
|
||||
.x .langEdit li.de input,
|
||||
.x .langEdit li.de textarea,
|
||||
.x .mLangEdit li.de textarea{background:url(../img/flag.de.gif) no-repeat 99% 5px}
|
||||
.x .langEdit li.ru input,
|
||||
.x .langEdit li.ru textarea,
|
||||
.x .mLangEdit li.ru textarea{background:url(../img/flag.ru.gif) no-repeat 99% 5px}
|
||||
.x .langEdit li.es input,
|
||||
.x .langEdit li.es textarea,
|
||||
.x .mLangEdit li.es textarea{background:url(../img/flag.es.gif) no-repeat 99% 5px}
|
||||
.x .langEdit li.tr input,
|
||||
.x .langEdit li.tr textarea,
|
||||
.x .mLangEdit li.tr textarea{background:url(../img/flag.tr.gif) no-repeat 99% 5px}
|
||||
.x .langEdit li.vi input,
|
||||
.x .langEdit li.vi textarea,
|
||||
.x .mLangEdit li.vi textarea{background:url(../img/flag.vn.gif) no-repeat 99% 5px}
|
||||
.x .langEdit li.mn input,
|
||||
.x .langEdit li.mn textarea,
|
||||
.x .mLangEdit li.mn textarea{background:url(../img/flag.mn.gif) no-repeat 99% 5px}
|
||||
.x .langEdit li.zh-CN input,
|
||||
.x .langEdit li.zh-CN textarea,
|
||||
.x .mLangEdit li.zh-CN textarea,
|
||||
.x .langEdit li.zh-TW input,
|
||||
.x .langEdit li.zh-TW textarea,
|
||||
.x .mLangEdit li.zh-TW textarea{background:url(../img/flag.cn.gif) no-repeat 99% 5px}
|
||||
.x .mLangEdit.en strong{background:url(../img/flag.us.gif) no-repeat 0 10px}
|
||||
.x .mLangEdit.ko strong{background:url(../img/flag.kr.gif) no-repeat 0 10px}
|
||||
|
|
|
|||
|
|
@ -105,7 +105,7 @@
|
|||
<div class="btnArea">
|
||||
<span class="btn small"><input type="submit" value="사용|저장 후 사용" /></span>
|
||||
</div>
|
||||
<p><a href="{getUrl('act','dispModuleAdminLangcode')}">다국어 텍스트 관리</a></p>
|
||||
<p><a href="{getUrl('act','dispModuleAdminLangcode')}">{$lang->multilingual_manager}</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -78,7 +78,7 @@ xe.lang.confirm_delete = "{$lang->confirm_delete}";
|
|||
<div class="btnArea">
|
||||
<span class="btn small"><input type="submit" value="{$lang->use}|{$lang->use_after_save}" /></span>
|
||||
</div>
|
||||
<p><a href="{getUrl('act','dispModuleAdminLangcode')}">다국어 텍스트 관리</a></p>
|
||||
<p><a href="{getUrl('act','dispModuleAdminLangcode')}">{$lang->multilingual_manager}</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
<div class="btnArea">
|
||||
<span class="btn small"><input type="submit" value="{$lang->use}|{$lang->use_after_save}" /></span>
|
||||
</div>
|
||||
<p><a href="{getUrl('act','dispModuleAdminLangcode')}">다국어 텍스트 관리</a></p>
|
||||
<p><a href="{getUrl('act','dispModuleAdminLangcode')}">{$lang->multilingual_manager}</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
<div class="btnArea">
|
||||
<span class="btn small"><input type="submit" value="{$lang->use}|{$lang->use_after_save}" /></span>
|
||||
</div>
|
||||
<p><a href="{getUrl('act','dispModuleAdminLangcode')}">다국어 텍스트 관리</a></p>
|
||||
<p><a href="{getUrl('act','dispModuleAdminLangcode')}">{$lang->multilingual_manager}</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue