mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-11 04:52:14 +09:00
Admin setup language fix.
Header style decipherment enhancement. git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9796 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
8a55d17cef
commit
68ee366d1c
4 changed files with 83 additions and 82 deletions
|
|
@ -1268,4 +1268,8 @@ Lütfen son sürümü için indirme linkine tıklayınız.]]></value>
|
||||||
<value xml:lang="tr"><![CDATA[XE Salt FTP Yolu]]></value>
|
<value xml:lang="tr"><![CDATA[XE Salt FTP Yolu]]></value>
|
||||||
<value xml:lang="vi"><![CDATA[Đường dẫn tuyệt đối của thư mục cài đặt XE trên FTP]]></value>
|
<value xml:lang="vi"><![CDATA[Đường dẫn tuyệt đối của thư mục cài đặt XE trên FTP]]></value>
|
||||||
</item>
|
</item>
|
||||||
|
<item name="admin_setup">
|
||||||
|
<value xml:lang="ko"><![CDATA[관리자 설정]]></value>
|
||||||
|
<value xml:lang="en"><![CDATA[Admin Setup]]></value>
|
||||||
|
</item>
|
||||||
</lang>
|
</lang>
|
||||||
|
|
|
||||||
|
|
@ -1,14 +1,13 @@
|
||||||
<load target="./js/menu_setup.js" usecdn="true" />
|
<load target="./js/menu_setup.js" usecdn="true" />
|
||||||
|
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||||
<div class="content" id="content">
|
|
||||||
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
|
||||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||||
</div>
|
</div>
|
||||||
<form action="./" method="post" enctype="multipart/form-data">
|
<h1 class="h1">{$lang->admin_setup}</h1>
|
||||||
|
<form action="./" method="post" enctype="multipart/form-data">
|
||||||
<input type="hidden" name="module" value="admin" />
|
<input type="hidden" name="module" value="admin" />
|
||||||
<input type="hidden" name="act" value="procAdminUpdateConfig" />
|
<input type="hidden" name="act" value="procAdminUpdateConfig" />
|
||||||
<fieldset class="section">
|
<fieldset class="section">
|
||||||
<h2 class="h2">{$lang->title}</h2>
|
<h2 class="h2">{$lang->admin_title}</h2>
|
||||||
<ul class="form">
|
<ul class="form">
|
||||||
<li>
|
<li>
|
||||||
<p class="q"><label for="adminLogo">{$lang->admin_logo}</label></p>
|
<p class="q"><label for="adminLogo">{$lang->admin_logo}</label></p>
|
||||||
|
|
@ -29,8 +28,8 @@
|
||||||
</ul>
|
</ul>
|
||||||
<p class="btnArea"><span class="btn small"><button value="procAdminUpdateConfig" name="act" type="submit">{$lang->cmd_save}</button></span></p>
|
<p class="btnArea"><span class="btn small"><button value="procAdminUpdateConfig" name="act" type="submit">{$lang->cmd_save}</button></span></p>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</form>
|
</form>
|
||||||
<form id="listForm" action="./" class="siteMap" method="post">
|
<form id="listForm" action="./" class="siteMap" method="post">
|
||||||
<input type="hidden" name="module" value="admin" />
|
<input type="hidden" name="module" value="admin" />
|
||||||
<input type="hidden" name="act" value="procMenuAdminDeleteItem" />
|
<input type="hidden" name="act" value="procMenuAdminDeleteItem" />
|
||||||
<input type="hidden" name="menu_srl" value="{$menu_srl}" />
|
<input type="hidden" name="menu_srl" value="{$menu_srl}" />
|
||||||
|
|
@ -38,7 +37,7 @@
|
||||||
<input type="hidden" name="menu_item_srl" value="" />
|
<input type="hidden" name="menu_item_srl" value="" />
|
||||||
<input type="hidden" name="success_return_url" value="{getUrl('', 'module', 'admin', 'act', 'dispAdminSetup')}" />
|
<input type="hidden" name="success_return_url" value="{getUrl('', 'module', 'admin', 'act', 'dispAdminSetup')}" />
|
||||||
<fieldset class="section">
|
<fieldset class="section">
|
||||||
<h1 class="h1">{$lang->admin_menu_setup}</h1>
|
<h2 class="h2">{$lang->admin_menu_setup}</h2>
|
||||||
<div class="adminMenu portlet">
|
<div class="adminMenu portlet">
|
||||||
<ul class="lined">
|
<ul class="lined">
|
||||||
<li class="parent" loop="$gnbUrlList=>$key,$value">
|
<li class="parent" loop="$gnbUrlList=>$key,$value">
|
||||||
|
|
@ -60,9 +59,8 @@
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</form>
|
</form>
|
||||||
|
<div class="modal" id="editMenu">
|
||||||
<div class="modal" id="editMenu">
|
|
||||||
<div class="fg">
|
<div class="fg">
|
||||||
<form id="editForm" action="./" class="form">
|
<form id="editForm" action="./" class="form">
|
||||||
<input type="hidden" name="module" value="menu" />
|
<input type="hidden" name="module" value="menu" />
|
||||||
|
|
@ -84,5 +82,4 @@
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -18,11 +18,11 @@ header,footer,section,article,aside,nav,hgroup,details,menu,figure,figcaption{di
|
||||||
.x .h1,
|
.x .h1,
|
||||||
.x .h2,
|
.x .h2,
|
||||||
.x .h3,
|
.x .h3,
|
||||||
.x .h4{position:relative;border-bottom-style:solid;zoom:1}
|
.x .h4{position:relative;border-style:solid;border-top:0;border-right:0;zoom:1;padding-left:8px}
|
||||||
.x .h1{border-bottom-width:4px;font-size:24px;border-bottom-color:#666}
|
.x .h1{border-width:4px;font-size:24px;border-color:#666}
|
||||||
.x .h2{border-bottom-width:3px;font-size:20px;border-bottom-color:#888}
|
.x .h2{border-width:3px;font-size:20px;border-color:#888}
|
||||||
.x .h3{border-bottom-width:2px;font-size:16px;border-bottom-color:#aaa}
|
.x .h3{border-width:2px;font-size:16px;border-color:#aaa}
|
||||||
.x .h4{border-bottom-width:1px;font-size:12px;border-bottom-color:#ccc}
|
.x .h4{border-width:1px;font-size:12px;border-color:#ccc}
|
||||||
.x .h1 + ul,
|
.x .h1 + ul,
|
||||||
.x .h2 + ul,
|
.x .h2 + ul,
|
||||||
.x .h3 + ul,
|
.x .h3 + ul,
|
||||||
|
|
@ -169,7 +169,7 @@ header,footer,section,article,aside,nav,hgroup,details,menu,figure,figcaption{di
|
||||||
}
|
}
|
||||||
/* Local Navigation */
|
/* Local Navigation */
|
||||||
.x .lnb{position:relative;float:left;width:210px;margin:1em 0 1em -240px;line-height:normal;zoom:1;display:inline}
|
.x .lnb{position:relative;float:left;width:210px;margin:1em 0 1em -240px;line-height:normal;zoom:1;display:inline}
|
||||||
.x .lnb .h2{margin-top:0}
|
.x .lnb .h2{margin-top:0;border-left:0;padding-left:0}
|
||||||
.x .lnb ul{margin:0 !important;padding:0;list-style:none}
|
.x .lnb ul{margin:0 !important;padding:0;list-style:none}
|
||||||
.x .lnb li{position:relative;margin:0 0 -1px 0;vertical-align:top;zoom:1}
|
.x .lnb li{position:relative;margin:0 0 -1px 0;vertical-align:top;zoom:1}
|
||||||
.x .lnb li a{display:block;position:relative;padding:8px 10px;text-decoration:none;color:#666;font-weight:bold;background:#fafafa;border:1px solid #eee;zoom:1}
|
.x .lnb li a{display:block;position:relative;padding:8px 10px;text-decoration:none;color:#666;font-weight:bold;background:#fafafa;border:1px solid #eee;zoom:1}
|
||||||
|
|
|
||||||
2
modules/admin/tpl/css/admin.min.css
vendored
2
modules/admin/tpl/css/admin.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue