Index: temp/trunk/html/admin/design/index.php
===================================================================
--- temp/trunk/html/admin/design/index.php	(revision 3545)
+++ temp/trunk/html/admin/design/index.php	(revision 3577)
@@ -50,4 +50,9 @@
 }
 $objPage->exists_page = $exists_page;
+
+// ¥á¥Ã¥»¡¼¥¸É½¼¨
+if ($_GET['msg'] == "on") {
+	$objPage->tpl_onload="alert('ÅÐÏ¿¤¬´°Î»¤·¤Þ¤·¤¿¡£');";
+}
 
 // ¥Ö¥í¥Ã¥¯¤ò¼èÆÀ
@@ -146,5 +151,5 @@
 		header("location: /preview/index.php");
 	}else{
-		header("location: ./index.php?page_id=$page_id");
+		header("location: ./index.php?page_id=$page_id&msg=on");
 	}
 }
Index: temp/trunk/html/admin/design/main_edit.php
===================================================================
--- temp/trunk/html/admin/design/main_edit.php	(revision 3576)
+++ temp/trunk/html/admin/design/main_edit.php	(revision 3577)
@@ -40,5 +40,5 @@
 
 // ¥á¥Ã¥»¡¼¥¸É½¼¨
-if ($_GET['mgs'] == "on"){
+if ($_GET['msg'] == "on"){
 	$objPage->tpl_onload="alert('ÅÐÏ¿¤¬´°Î»¤·¤Þ¤·¤¿¡£');";
 }
