Index: branches/camp/camp-2_5-C/data/Smarty/templates/admin/products/index.tpl
===================================================================
--- branches/camp/camp-2_5-C/data/Smarty/templates/admin/products/index.tpl	(revision 19347)
+++ branches/camp/camp-2_5-C/data/Smarty/templates/admin/products/index.tpl	(revision 19350)
@@ -242,5 +242,10 @@
       <!--{* 表示 *}-->
       <!--{assign var=key value=$arrProducts[cnt].status}-->
-      <td rowspan="2"><!--{$arrDISP[$key]}--></td>
+      <td rowspan="2">
+        <select name="status">
+          <option value="1"<!--{if $arrDISP[$key]=='公開'}--> selected<!--{/if}-->>公開</option>
+          <option value="2"<!--{if $arrDISP[$key]=='非公開'}--> selected<!--{/if}-->>非公開</option>
+        </select>
+      </td>
       <!--{* 規格 *}-->
       <!--{if $smarty.const.OPTION_CLASS_REGIST == 1}-->
