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 10943)
+++ temp/branches/ec-cube-beta/html/admin/contents/campaign_create_tag.php	(revision 10944)
@@ -13,5 +13,5 @@
 		$this->tpl_mainpage = 'contents/campaign_create_tag.tpl';
 		$this->tpl_mainno = 'create';
-		$this->tpl_subtitle = '¾¦ÉÊ¥³¡¼¥É';
+		$this->tpl_subtitle = '¾¦ÉÊÀßÄê';
 	}
 }
@@ -66,4 +66,5 @@
 					$arrval[] = $val;
 				}
+				break;
 			default:
 				break;
@@ -75,5 +76,5 @@
 	// ÆÉ¤ß¹þ¤àÎó¤È¥Æ¡¼¥Ö¥ë¤Î»ØÄê
 	$col = "product_id, name, category_id, main_list_image, status, product_code, price01, stock, stock_unlimited";
-	$from = "vw_products_class AS allcls";
+	$from = "vw_products_nonclass AS noncls ";
 		
 	$objQuery = new SC_Query();
@@ -100,5 +101,5 @@
 	
 	// view¤â¹Ê¹þ¤ß¤ò¤«¤±¤ë(mysqlÍÑ)
-	sfViewWhere("&&allcls_where&&", $where, $arrval, $objQuery->order . " " .  $objQuery->setlimitoffset($page_max, $startno, true));
+	sfViewWhere("&&noncls_where&&", $where, $arrval, $objQuery->order . " " .  $objQuery->setlimitoffset($page_max, $startno, true));
 	
 	// ¸¡º÷·ë²Ì¤Î¼èÆÀ
@@ -106,5 +107,5 @@
 	break;
 case 'view':
-	$create_tag = "";
+	$create_tag = "<a href=\"#\"></a>";
 	$objPage->tpl_create_tag = $create_tag;
 	break;
