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 19257)
+++ /branches/camp/camp-2_5-C/data/Smarty/templates/admin/products/index.tpl	(revision 19289)
@@ -222,5 +222,5 @@
           <!--{$arrProducts[cnt].price02_min|number_format}--><br />～ <!--{$arrProducts[cnt].price02_max|number_format}-->
         <!--{else}-->
-          <input type="text" name="price02_edit_<!--{$arrProducts[cnt].product_id}-->" size="8" value="<!--{$arrProducts[cnt].price02_min}-->" onchange="jQuery.post('./index.php', {'mode':'price02_edit','price02_edit_id':'<!--{$arrProducts[cnt].product_id}-->','price02_edit_value':this.value}, function(result){if(result=='ok'){alert('changed');}else{alert(result);};});"">
+          <input type="text" name="price02_edit_<!--{$arrProducts[cnt].product_id}-->" size="8" value="<!--{$arrProducts[cnt].price02_min}-->" onchange="jQuery.post('./index.php', {'mode':'price02_edit','price02_edit_id':'<!--{$arrProducts[cnt].product_id}-->','price02_edit_value':this.value}, function(result){if(result!='ok'){alert('エラー：変更できませんでした');};});"">
         <!--{/if}-->
       </td>
