Index: temp/branches/ec-cube-beta/html/admin/contents/campaign_create_tag.php
===================================================================
--- temp/branches/ec-cube-beta/html/admin/contents/campaign_create_tag.php	(revision 10974)
+++ temp/branches/ec-cube-beta/html/admin/contents/campaign_create_tag.php	(revision 10975)
@@ -32,5 +32,6 @@
 
 switch($_POST['mode']) {
-	
+
+// ¾¦ÉÊ¸¡º÷
 case  'search':
 	// POSTÃÍ¤Î°ú¤­·Ñ¤®
@@ -41,5 +42,5 @@
 	$where = "del_flg = 0";
 	
-	/* ÆþÎÏ¥¨¥é¡¼¤Ê¤· */
+	// where¶çÀ¸À®
 	foreach ($objPage->arrForm as $key => $val) {
 		if($val == "") {
@@ -112,8 +113,16 @@
 	$objPage->arrProducts = $objQuery->select($col, $from, $where, $arrval);
 	break;
+	
+// ¥¿¥°É½¼¨
 case 'view':
+	// µ¬³Ê¤Î¾ðÊó¤ò¼èÆÀ
 	$arrProductClass = lfGetProductsClass($_POST['product_id']);
-sfprintr($arrProductClass);
-	$create_tag = "<a href=\"#\" onclick=\"fnFormModeSubmit('form1', 'cart', 'product_id', 404)\"><img src=\"images/top/button_03.jpg\" alt=\"¹ØÆþ¤¹¤ë\" width=\"138\" height=\"60\" border=\"0\" style=\"margin-left:10px;\" /></a>";
+	
+	$create_tag .= "<option value=\"\">ÁªÂò¤·¤Æ¤¯¤À¤µ¤¤</option>";
+	foreach($arrProductClass as $arrVal) {
+		$classcategory_name = $objQuery->get("dtb_classcategory", "name", "classcategory_id = ?", array($arrVal['classcategory_id1']));
+		$create_tag .= "<option label=\"$classcategory_name\" value=\"" . $arrVal['classcategory_id1'] . "\">" . $classcategory_name . "</option>\n";
+	}
+	$create_tag .= "<a href=\"#\" onclick=\"fnFormModeSubmit('form1', 'cart', 'product_id', 404)\"><img src=\"images/top/button_03.jpg\" alt=\"¹ØÆþ¤¹¤ë\" width=\"138\" height=\"60\" border=\"0\" style=\"margin-left:10px;\" /></a>";
 	$objPage->tpl_create_tag = $create_tag;
 	break;
