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}