From 31da2b179735084e604b4817b40341d656abb81c Mon Sep 17 00:00:00 2001 From: whitedot Date: Tue, 15 Jan 2013 21:49:16 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B4=80=EB=A6=AC=EC=9E=90:=20=EC=84=B8?= =?UTF-8?q?=EC=85=98=ED=8C=8C=EC=9D=BC=EC=9D=BC=EA=B4=84=EC=82=AD=EC=A0=9C?= =?UTF-8?q?=20=EC=9E=91=EC=97=85=20=EC=A4=91,=20=EB=AF=B8=EC=99=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/session_delete.php | 17 +++++++++++++---- css/adm.css | 5 +++-- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/adm/session_delete.php b/adm/session_delete.php index e2646cd9d..e571d07ec 100644 --- a/adm/session_delete.php +++ b/adm/session_delete.php @@ -7,8 +7,17 @@ if ($is_admin != "super") $g4['title'] = "세션파일 일괄삭제"; include_once("./admin.head.php"); -echo "'완료' 메세지가 나오기 전에 프로그램의 실행을 중지하지 마십시오.

"; -echo ""; +?> + +
+

+ 완료 메세지가 나오기 전에 프로그램의 실행을 중지하지 마십시오. +

+ + +

+ +document.getElementById('ct').innerHTML = '';\n"; } } -echo "\n"; -?> \ No newline at end of file +echo "\n"; +?> diff --git a/css/adm.css b/css/adm.css index b01896ffb..8825f2515 100644 --- a/css/adm.css +++ b/css/adm.css @@ -147,8 +147,9 @@ td {padding:10px} .visit_bar {position:relative} .visit_bar span {position:absolute;top:-8px;left:0;height:15px;background:#ddd} -/* 메일 테스트 */ -#fsendmailtest p {margin-bottom:20px;padding:13px;border:1px solid #ced9de;background:#fff;font-size:0.75em} +/* 메일 테스트, 세션파일일괄삭제 */ +#fsendmailtest p, +#session_del p {margin-bottom:20px;padding:13px;border:1px solid #ced9de;background:#fff;font-size:0.75em} /* pagination */ .pg {clear:both;margin:0 0 10px;padding-top:20px;font-size:0.75em;text-align:center}