Index: branches/dev/html/admin/order/mail.php
===================================================================
--- branches/dev/html/admin/order/mail.php	(revision 13797)
+++ branches/dev/html/admin/order/mail.php	(revision 13801)
@@ -33,8 +33,12 @@
 }
 
+// É½¼¨¥â¡¼¥ÉÈ½Äê
+if(sfIsInt($_GET['order_id'])) {
+	$objPage->disp_mode = true;
+	$order_id = $_GET['order_id'];
+} else {
+	$order_id = $_POST['order_id'];
+}
 $objPage->tpl_order_id = $_POST['order_id'];
-$objPage->tpl_order_name01 = $_POST['order_name01'];
-$objPage->tpl_order_name02 = $_POST['order_name02'];
-$objPage->tpl_order_email = $_POST['order_email'];
 print_r($_POST);
 // ¥Ñ¥é¥á¡¼¥¿´ÉÍý¥¯¥é¥¹
