diff --git a/adm/auth_list.php b/adm/auth_list.php
index ee19eb7b6..00aebab42 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 94b1b1415..2e95a3d79 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 4b735294c..088ffebf7 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 5af8edb47..24a9190a5 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 91c61a462..1ea879ced 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 4535da574..ce58be906 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 783004d10..47373b6df 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 830b9231b..61ffffbaa 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 d6400b196..f4a7ade16 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 990fccc57..a4464cb4d 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 f5cae7110..492a5d715 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 fc6ab489c..bbda8cfa9 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 49b2e77d6..7894bf797 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 1b3a5bf4a..0b3896e73 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 da7d2db55..adcac9d6a 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 2e0a692dc..93c039e91 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 694c449bf..6fec21b9b 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 4e5b95d41..0b22a91ae 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 c0e043683..e69d3186b 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 3408614ed..2c3ab7927 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 1842feed8..f10d586d5 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 4bd0f0d9f..a42cd4c39 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 379a093e3..4923f0239 100644
--- a/css/admin.css
+++ b/css/admin.css
@@ -247,7 +247,6 @@ tfoot th {}
tfoot td {font-weight:bold;text-align:center}
.tbl_wrap {margin:0 0 10px;padding:0 20px}
-.tbl_wrap td.empty_table {padding:100px 0;text-align:center}
/* thead 한 줄 테이블 */
.tbl_head01 {}
@@ -274,6 +273,9 @@ tfoot td {font-weight:bold;text-align:center}
.tbl_frm01 #captcha {margin:0;padding:0;border:0;background:transparent}
.tbl_frm01 #captcha input {margin-left:5px;text-align:center}
+/* 자료 없는 목록 */
+.empty_data {padding:100px 0;text-align:center}
+
/* 테이블 그리드 */
.grid_1 {width:50px}
.grid_2 {width:100px}
@@ -573,7 +575,7 @@ strong.sodr_nonpay {display:block;padding:5px 0;text-align:right}
.srel .srel_pad {display:block;height:30px}
/* 쿠폰관리 */
-.scp_new_win .empty_table {padding:30px 0}
+.scp_new_win .empty_data {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}