diff --git a/interface/owner/communication/comment/index.php b/interface/owner/communication/comment/index.php
index 2e9a221b8..b2e314869 100644
--- a/interface/owner/communication/comment/index.php
+++ b/interface/owner/communication/comment/index.php
@@ -253,6 +253,11 @@ function toggleThisTr(obj) {
if(isset($_POST['search'])) echo ' '.CRLF;
if(isset($_POST['withSearch'])) echo ' '.CRLF;
?>
+
+
+
+
+
diff --git a/interface/owner/communication/trackback/index.php b/interface/owner/communication/trackback/index.php
index f1b291a27..2179ad163 100644
--- a/interface/owner/communication/trackback/index.php
+++ b/interface/owner/communication/trackback/index.php
@@ -279,6 +279,12 @@ function toggleThisTr(obj) {
?>
+
+
+
+
+
+
diff --git a/language/en.php b/language/en.php
index ad5e8627c..11c9f0770 100644
--- a/language/en.php
+++ b/language/en.php
@@ -1096,7 +1096,7 @@
//$__text['서비스 설정값 테이블의 필드 속성을 변경합니다.'] = '';
//$__text['서비스 설정을 위한 테이블을 추가합니다.'] = '';
$__text['서비스'] = 'Service';
-$__text['서비스관리'] = 'Manage service';
+$__text['서비스관리'] = 'Manage';
$__text['서식 목록'] = 'Template list';
$__text['서식 선택'] = 'Choose a template';
$__text['서식'] = 'Template';
@@ -1201,7 +1201,7 @@
$__text['스킨 및 트리, 플러그인의 저작권은 각 제작자에게 있습니다.'] = 'Copyrights to the themes, trees, and plugins belong to their respective producers';
$__text['스킨 변경'] = 'Change Theme';
$__text['스킨 상세 설정'] = 'Detail setting';
-$__text['스킨 선택'] = 'Select';
+$__text['스킨 선택'] = 'Choose';
//$__text['스킨 설정 테이블에 검색 결과 출력시 목록 및 글 출력 설정을 위한 필드를 추가합니다.'] = '';
$__text['스킨 설정 테이블에 공지 길이 제한 필드를 추가합니다.'] = 'Adding notice length limit field on theme setting table.';
$__text['스킨 설정 테이블에 아카이브 출력 설정 필드를 추가합니다.'] = 'Adding archive display setting field on theme setting table.';
diff --git a/style/admin/whitedream/basic.css b/style/admin/whitedream/basic.css
index 4085fe1e7..1fab46d57 100644
--- a/style/admin/whitedream/basic.css
+++ b/style/admin/whitedream/basic.css
@@ -1005,6 +1005,16 @@ table.data-inbox tbody tr td.inactive-class
width : 924px;
}
+#change-section-top,
+#delete-section-top
+{
+ background-color : #FFF;
+ border-top : none;
+ margin : 0 auto 5px auto;
+ padding : 8px;
+ width : 924px;
+}
+
#page-navigation
{
background-color : #FFFFFF;