mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-15 01:09:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1652 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
08b801f1e7
commit
1f188a5d59
4 changed files with 3 additions and 3 deletions
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
// 기본적으로 사용되는 action 언어
|
||||
$lang->cmd_write = '쓰기';
|
||||
$lang->cmd_comment_registration = '댓글 등록';
|
||||
$lang->cmd_reply = '답글';
|
||||
$lang->cmd_delete = '삭제';
|
||||
$lang->cmd_modify = '수정';
|
||||
|
|
|
|||
|
|
@ -15,7 +15,6 @@
|
|||
$lang->cmd_remake_cache = '캐시파일 재생성';
|
||||
$lang->cmd_layout_setup = '레이아웃 설정';
|
||||
$lang->cmd_layout_edit = '레이아웃 편집';
|
||||
$lang->cmd_comment_registration = '댓글 등록';
|
||||
|
||||
// 항목
|
||||
$lang->parent_category_name = '상위 카테고리명';
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@
|
|||
</fieldset>
|
||||
|
||||
<ul class="buttonWrite">
|
||||
<li><span class="buttonTypeA"><img src="./images/blank.gif" alt="" class="leftCap" /><img src="./images/{$module_info->colorset}/iconWrite.gif" width="12" height="11" class="icon" alt="" /><input type="submit" value="{$lang->cmd_write}" accesskey="s" /><img src="./images/blank.gif" alt="" class="rightCap" /></span></li>
|
||||
<li><span class="buttonTypeA"><img src="./images/blank.gif" alt="" class="leftCap" /><img src="./images/{$module_info->colorset}/iconWrite.gif" width="12" height="11" class="icon" alt="" /><input type="submit" value="{$lang->cmd_comment_registration}" accesskey="s" /><img src="./images/blank.gif" alt="" class="rightCap" /></span></li>
|
||||
|
||||
<!--@if($act&&$act!='dispBoardContent')-->
|
||||
<li><span class="buttonTypeA"><img src="./images/blank.gif" alt="" class="leftCap" /><img src="./images/{$module_info->colorset}/iconList.gif" width="12" height="11" class="icon" alt="" /><input type="button" value="{$lang->cmd_back}" onclick="location.href='{getUrl('act','')}'"/><img src="./images/blank.gif" alt="" class="rightCap" /></span></li>
|
||||
|
|
|
|||
|
|
@ -268,4 +268,4 @@ Jeong, Chan Myeong 070601~070630
|
|||
|
||||
.buttonWrite ul { text-align:center; clear:both; display:block;}
|
||||
.buttonWrite li { margin-top:.5em; float:right; margin-right:.3em;}
|
||||
.buttonWrite input { border:none; cursor:pointer; background:url(../images/white/buttonTypeACenter.gif) repeat-x left center; line-height:100%; overflow:visible; color:#3f4040; margin:0 1px; white-space:nowrap;border:0px; }
|
||||
.buttonWrite input { border:none; cursor:pointer; background:url(../images/white/buttonTypeACenter.gif) repeat-x left center; line-height:100%; overflow:visible; color:#3f4040; margin:0 1px; white-space:nowrap;border:0px; _position:relative; _top:3px;}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue