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 19359)
+++ /branches/camp/camp-2_5-C/data/Smarty/templates/admin/products/index.tpl	(revision 19360)
@@ -236,6 +236,6 @@
             無制限
           <!--{else}-->
-            <input type="text" name="stock_edit_<!--{$arrProducts[cnt].product_id}-->" size="8" value="<!--{$arrProducts[cnt].stock_min}-->" onchange="jQuery.post('./index.php', {'mode':'stock_edit','stock_edit_id':'<!--{$arrProducts[cnt].product_id}-->','stock_edit_value':this.value}, function(result){if(result!='ok'){alert('エラー：変更できませんでした');};});">
-          <!--{/if}-->
+            <input type="text" name="stock_edit_<!--{$arrProducts[cnt].product_id}-->" size="8" value="<!--{$arrProducts[cnt].stock_min}-->" onchange="this.style.background-color='blue';jQuery.post('./index.php', {'mode':'stock_edit','stock_edit_id':'<!--{$arrProducts[cnt].product_id}-->','stock_edit_value':this.value}, function(result){if(result!='ok'){alert('エラー：変更できませんでした');};});this.style.background-color='transparent';">
+          <!--{/if}-->background-color:
         <!--{/if}-->
       </td>
