Index: branches/version-2_5-dev/data/class/pages/admin/products/LC_Page_Admin_Products.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/admin/products/LC_Page_Admin_Products.php	(revision 20016)
+++ branches/version-2_5-dev/data/class/pages/admin/products/LC_Page_Admin_Products.php	(revision 20017)
@@ -163,14 +163,4 @@
                             $arrval[] = $val;
                             break;
-                        case 'search_product_class_name': //規格名称
-                            $where_in = " (SELECT classcategory_id FROM dtb_classcategory WHERE class_id IN (SELECT class_id FROM dtb_class WHERE name LIKE ?)) ";
-                            $where .= " AND product_id IN (SELECT product_id FROM dtb_products_class WHERE classcategory_id1 IN " . $where_in;
-                            $where .= " OR classcategory_id2 IN" . $where_in . ")";
-                            $view_where .= " AND product_id IN (SELECT product_id FROM dtb_products_class WHERE classcategory_id1 IN " . $where_in;
-                            $view_where .= " OR classcategory_id2 IN" . $where_in . ")";
-                            $arrval[] = "%$val%";
-                            $arrval[] = "%$val%";
-                            $view_where = $where;
-                            break;
                         case 'search_name': // 商品名
                             $where .= " AND name ILIKE ?";
Index: branches/version-2_5-dev/data/Smarty/templates/admin/products/index.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/admin/products/index.tpl	(revision 19972)
+++ branches/version-2_5-dev/data/Smarty/templates/admin/products/index.tpl	(revision 20017)
@@ -70,16 +70,9 @@
     <tr>
       <th>商品ID</th>
-      <td>
+      <td colspan="3">
         <!--{if $arrErr.search_product_id}-->
         <span class="attention"><!--{$arrErr.search_product_id}--></span>
         <!--{/if}-->
         <input type="text" name="search_product_id" value="<!--{$arrForm.search_product_id|h}-->" size="30" class="box30" style="<!--{$arrErr.search_product_id|sfGetErrorColor}-->"/>
-      </td>
-			<th>規格名称</th>
-			<td>
-        <!--{if $arrErr.search_product_class_name}-->
-        <span class="attention"><!--{$arrErr.search_product_class_name}--></span>
-        <!--{/if}-->
-        <input type="text" name="search_product_class_name" value="<!--{$arrForm.search_product_class_name|h}-->" size="30" class="box30"style="<!--{$arrErr.search_product_class_name|sfGetErrorColor}-->" />
       </td>
     </tr>
