diff --git a/modules/admin/tpl/css/admin.css b/modules/admin/tpl/css/admin.css index 4f81c9ed3..4bcbf249b 100644 --- a/modules/admin/tpl/css/admin.css +++ b/modules/admin/tpl/css/admin.css @@ -58,6 +58,9 @@ h4 .view { color:#158692; padding-right:.6em; font:bold .9em Tahoma; background: .buttonRight { float:right; padding-top:15px;} .buttonRight li { float:left; margin-right:.3em;} .buttonLeft { float:left; padding-top:15px;} +.buttonLeft li { float:left; margin-right:.3em;} +.clear { clear:both; } +.nospace { margin:0; padding:0; } .buttonTypeA { display:block; cursor:pointer; background:url(../images/buttonTypeACenter.gif) repeat-x left center; line-height:100%; overflow:visible; color:#3f4040; margin:0 1px; white-space:nowrap;} .buttonTypeA:hover { text-decoration:none;} @@ -179,7 +182,7 @@ h4 .view { color:#158692; padding-right:.6em; font:bold .9em Tahoma; background: /* ----- Category Manager | Start ----- */ #category_list { float:left; width:320px; padding:.5em 0 .5em 0; margin-bottom:2em; border-top:2px solid #c1c0bd; border-bottom:2px solid #c1c0bd;} #category_list .checkbox { margin-top:1em; border:0px; } -#category_info { float:left; width:370px; padding-left:10px; } +#menu_zone_info, #category_info { float:left; width:370px; padding-left:10px; } /* ----- Category Manager | End ----- */ .widget_item { float: left; white-space:nowrap; background-color:#FEFEFE; line-height:150%; margin-right:1em; } @@ -190,3 +193,6 @@ h4 .view { color:#158692; padding-right:.6em; font:bold .9em Tahoma; background: .adminSearch { text-align:center; clear:both; width:100%;} .adminSearch fieldset { border:none; display:inline; overflow:visible; position:relative;} .adminSearch * { vertical-align:middle;} + +.title { font-size:1.5em; font-weight:bold; margin-top:2em; margin-bottom:.5em; color:#666666; } +.desc { font-size:1em; margin-bottom:.5em; color:#ADADAD;} diff --git a/modules/blog/tpl/category_list.html b/modules/blog/tpl/category_list.html index 193f6c18c..cb52dc3a1 100644 --- a/modules/blog/tpl/category_list.html +++ b/modules/blog/tpl/category_list.html @@ -15,10 +15,10 @@ -
+
- - + +
@@ -27,7 +27,7 @@

-
    +
    • {$lang->cmd_insert}
    • {$lang->cmd_open_all}
    • {$lang->cmd_close_all}
    • diff --git a/modules/counter/lang/ko.lang.php b/modules/counter/lang/ko.lang.php index c755e7b47..12abd8f50 100644 --- a/modules/counter/lang/ko.lang.php +++ b/modules/counter/lang/ko.lang.php @@ -19,4 +19,5 @@ $lang->unique_visitor = '방문자'; $lang->pageview = '페이지뷰'; + $lang->admin_module_title = "기본 카운터"; ?> diff --git a/modules/counter/tpl/index.html b/modules/counter/tpl/index.html index c7a111dea..5a2110701 100644 --- a/modules/counter/tpl/index.html +++ b/modules/counter/tpl/index.html @@ -1,5 +1,7 @@ +

      {$lang->admin_module_title} {$lang->cmd_management}

      + diff --git a/modules/importer/lang/ko.lang.php b/modules/importer/lang/ko.lang.php index 4d12cfe69..8debea974 100644 --- a/modules/importer/lang/ko.lang.php +++ b/modules/importer/lang/ko.lang.php @@ -46,4 +46,6 @@ $lang->about_type_module = '데이터 이전 대상이 게시판등의 게시물 정보일 경우 선택해주세요'; $lang->about_type_syncmember = '회원정보와 게시물정보등을 이전후 회원정보 동기화 해야 할때 선택해주세요'; $lang->about_importer = "제로보드4, zb5beta 또는 다른 프로그램의 데이터를 제로보드XE 데이터로 이전할 수 있습니다.\n이전을 위해서는 XML Exporter를 이용해서 원하는 데이터를 XML파일로 생성후 업로드해주셔야 합니다."; + + $lang->admin_module_title = "XML Importer"; ?> diff --git a/modules/importer/tpl/index.html b/modules/importer/tpl/index.html index 5e94a0d68..eddd61ded 100644 --- a/modules/importer/tpl/index.html +++ b/modules/importer/tpl/index.html @@ -3,96 +3,101 @@ +

      {$lang->admin_module_title} {$lang->cmd_management}

      + -
      - {nl2br($lang->about_importer)} -
      +
      {nl2br($lang->about_importer)}
      -
      {$lang->import_step_title[1]}
      -
      {$lang->import_step_desc[1]}
      +
      {$lang->import_step_title[1]}
      +
      {$lang->import_step_desc[1]}
      -
+
- - + + - - + + - - - - - + +
- - - {$lang->about_type_module} {$lang->about_type_module}
- - - {$lang->about_type_member} {$lang->about_type_member}
- - - {$lang->about_type_syncmember}
- - {$lang->about_type_syncmember}
+
    +
  • +