diff --git a/adm/auth_list.php b/adm/auth_list.php
index 00aebab42..ee19eb7b6 100644
--- a/adm/auth_list.php
+++ b/adm/auth_list.php
@@ -124,7 +124,7 @@ $colspan = 5;
}
if ($i==0)
- echo '
| 자료가 없습니다. |
';
+ echo '| 자료가 없습니다. |
';
?>
diff --git a/adm/board_list.php b/adm/board_list.php
index 2e95a3d79..94b1b1415 100644
--- a/adm/board_list.php
+++ b/adm/board_list.php
@@ -198,7 +198,7 @@ $colspan = 16;
자료가 없습니다. | ';
+ echo '| 자료가 없습니다. |
';
?>
diff --git a/adm/boardgroup_list.php b/adm/boardgroup_list.php
index 088ffebf7..4b735294c 100644
--- a/adm/boardgroup_list.php
+++ b/adm/boardgroup_list.php
@@ -175,7 +175,7 @@ $colspan = 11;
자료가 없습니다. | ';
+ echo '| 자료가 없습니다. |
';
?>
diff --git a/adm/boardgroupmember_form.php b/adm/boardgroupmember_form.php
index 24a9190a5..5af8edb47 100644
--- a/adm/boardgroupmember_form.php
+++ b/adm/boardgroupmember_form.php
@@ -88,7 +88,7 @@ $colspan = 4;
}
if ($i == 0) {
- echo '| 접근가능한 그룹이 없습니다. |
';
+ echo '| 접근가능한 그룹이 없습니다. |
';
}
?>
diff --git a/adm/boardgroupmember_list.php b/adm/boardgroupmember_list.php
index 1ea879ced..91c61a462 100644
--- a/adm/boardgroupmember_list.php
+++ b/adm/boardgroupmember_list.php
@@ -129,7 +129,7 @@ $colspan = 7;
if ($i == 0)
{
- echo '| 자료가 없습니다. |
';
+ echo '| 자료가 없습니다. |
';
}
?>
diff --git a/adm/index.php b/adm/index.php
index ce58be906..4535da574 100644
--- a/adm/index.php
+++ b/adm/index.php
@@ -115,7 +115,7 @@ $colspan = 12;
자료가 없습니다. | ';
+ echo '| 자료가 없습니다. |
';
?>
@@ -215,7 +215,7 @@ $colspan = 5;
자료가 없습니다. | ';
+ echo '| 자료가 없습니다. |
';
?>
@@ -296,7 +296,7 @@ $colspan = 7;
}
if ($i == 0)
- echo '| 자료가 없습니다. |
';
+ echo '| 자료가 없습니다. |
';
?>
diff --git a/adm/mail_list.php b/adm/mail_list.php
index 47373b6df..783004d10 100644
--- a/adm/mail_list.php
+++ b/adm/mail_list.php
@@ -75,7 +75,7 @@ $colspan = 7;
자료가 없습니다. | ";
+ echo "| 자료가 없습니다. |
";
?>
diff --git a/adm/member_list.php b/adm/member_list.php
index 61ffffbaa..830b9231b 100644
--- a/adm/member_list.php
+++ b/adm/member_list.php
@@ -254,7 +254,7 @@ $colspan = 15;
자료가 없습니다. | ";
+ echo "| 자료가 없습니다. |
";
?>
diff --git a/adm/point_list.php b/adm/point_list.php
index f4a7ade16..d6400b196 100644
--- a/adm/point_list.php
+++ b/adm/point_list.php
@@ -179,7 +179,7 @@ function point_clear()
}
if ($i == 0)
- echo '| 자료가 없습니다. |
';
+ echo '| 자료가 없습니다. |
';
?>
diff --git a/adm/poll_list.php b/adm/poll_list.php
index a4464cb4d..990fccc57 100644
--- a/adm/poll_list.php
+++ b/adm/poll_list.php
@@ -124,7 +124,7 @@ $colspan = 7;
}
if ($i==0)
- echo '| 자료가 없습니다. |
';
+ echo '| 자료가 없습니다. |
';
?>
diff --git a/adm/popular_list.php b/adm/popular_list.php
index 492a5d715..f5cae7110 100644
--- a/adm/popular_list.php
+++ b/adm/popular_list.php
@@ -128,7 +128,7 @@ var list_delete_php = 'popular_list.php';
}
if ($i == 0)
- echo '| 자료가 없습니다. |
';
+ echo '| 자료가 없습니다. |
';
?>
diff --git a/adm/popular_rank.php b/adm/popular_rank.php
index bbda8cfa9..fc6ab489c 100644
--- a/adm/popular_rank.php
+++ b/adm/popular_rank.php
@@ -95,7 +95,7 @@ $(function(){
}
if ($i == 0)
- echo '| 자료가 없습니다. |
';
+ echo '| 자료가 없습니다. |
';
?>
diff --git a/adm/visit_browser.php b/adm/visit_browser.php
index 7894bf797..49b2e77d6 100644
--- a/adm/visit_browser.php
+++ b/adm/visit_browser.php
@@ -83,7 +83,7 @@ while ($row=sql_fetch_array($result)) {
자료가 없습니다. | ';
+ echo '| 자료가 없습니다. |
';
}
?>
diff --git a/adm/visit_date.php b/adm/visit_date.php
index 0b3896e73..1b3a5bf4a 100644
--- a/adm/visit_date.php
+++ b/adm/visit_date.php
@@ -73,7 +73,7 @@ for ($i=0; $row=sql_fetch_array($result); $i++) {
자료가 없습니다. | ';
+ echo '| 자료가 없습니다. |
';
}
?>
diff --git a/adm/visit_domain.php b/adm/visit_domain.php
index adcac9d6a..da7d2db55 100644
--- a/adm/visit_domain.php
+++ b/adm/visit_domain.php
@@ -92,7 +92,7 @@ while ($row=sql_fetch_array($result)) {
자료가 없습니다. | ';
+ echo '| 자료가 없습니다. |
';
}
?>
diff --git a/adm/visit_hour.php b/adm/visit_hour.php
index 93c039e91..2e0a692dc 100644
--- a/adm/visit_hour.php
+++ b/adm/visit_hour.php
@@ -70,7 +70,7 @@ for ($i=0; $row=sql_fetch_array($result); $i++) {
자료가 없습니다. | ';
+ echo '| 자료가 없습니다. |
';
}
?>
diff --git a/adm/visit_list.php b/adm/visit_list.php
index 6fec21b9b..694c449bf 100644
--- a/adm/visit_list.php
+++ b/adm/visit_list.php
@@ -91,7 +91,7 @@ $result = sql_query($sql);
자료가 없습니다. | ';
+ echo '| 자료가 없습니다. |
';
?>
diff --git a/adm/visit_month.php b/adm/visit_month.php
index 0b22a91ae..4e5b95d41 100644
--- a/adm/visit_month.php
+++ b/adm/visit_month.php
@@ -76,7 +76,7 @@ for ($i=0; $row=sql_fetch_array($result); $i++) {
} else {
- echo '| 자료가 없습니다. |
';
+ echo '| 자료가 없습니다. |
';
}
?>
diff --git a/adm/visit_os.php b/adm/visit_os.php
index e69d3186b..c0e043683 100644
--- a/adm/visit_os.php
+++ b/adm/visit_os.php
@@ -87,7 +87,7 @@ while ($row=sql_fetch_array($result)) {
자료가 없습니다. | ';
+ echo '| 자료가 없습니다. |
';
}
?>
diff --git a/adm/visit_search.php b/adm/visit_search.php
index 2c3ab7927..3408614ed 100644
--- a/adm/visit_search.php
+++ b/adm/visit_search.php
@@ -124,7 +124,7 @@ $listall = '처음'; //페이지 처음
|
- 자료가 없습니다. | '; ?>
+ 자료가 없습니다. | '; ?>
diff --git a/adm/visit_week.php b/adm/visit_week.php
index f10d586d5..1842feed8 100644
--- a/adm/visit_week.php
+++ b/adm/visit_week.php
@@ -69,7 +69,7 @@ for ($i=0; $row=sql_fetch_array($result); $i++) {
자료가 없습니다. | ';
+ echo '| 자료가 없습니다. |
';
}
?>
diff --git a/adm/visit_year.php b/adm/visit_year.php
index a42cd4c39..4bd0f0d9f 100644
--- a/adm/visit_year.php
+++ b/adm/visit_year.php
@@ -74,7 +74,7 @@ for ($i=0; $row=sql_fetch_array($result); $i++) {
자료가 없습니다. | ';
+ echo '| 자료가 없습니다. |
';
}
?>
diff --git a/css/admin.css b/css/admin.css
index 4923f0239..cd3d57966 100644
--- a/css/admin.css
+++ b/css/admin.css
@@ -274,7 +274,8 @@ tfoot td {font-weight:bold;text-align:center}
.tbl_frm01 #captcha input {margin-left:5px;text-align:center}
/* 자료 없는 목록 */
-.empty_data {padding:100px 0;text-align:center}
+.empty_table {padding:100px 0;text-align:center}
+.empty_list {padding:20px 0;text-align:center}
/* 테이블 그리드 */
.grid_1 {width:50px}
@@ -575,7 +576,7 @@ strong.sodr_nonpay {display:block;padding:5px 0;text-align:right}
.srel .srel_pad {display:block;height:30px}
/* 쿠폰관리 */
-.scp_new_win .empty_data {padding:30px 0}
+.scp_new_win .empty_table {padding:30px 0}
#scp_list_find {margin:10px 20px;padding:20px;border:1px solid #e9e9e9;background:#fff}
#scp_list_find .btn_frmline {line-height:1.5em !important}