Index: /branches/version-2_11-dev/data/Smarty/templates/admin/products/product_class.tpl
===================================================================
--- /branches/version-2_11-dev/data/Smarty/templates/admin/products/product_class.tpl	(revision 20970)
+++ /branches/version-2_11-dev/data/Smarty/templates/admin/products/product_class.tpl	(revision 21032)
@@ -25,6 +25,6 @@
 $(function() {
     // 無制限チェックボックスの初期化
-    $('input[id^=stock_unlimited_]').each(function() {
-        var index = $(this).attr('id').replace(/^stock_unlimited_/ig, '');
+    $('input[id^=chk_stock_unlimited_]').each(function() {
+        var index = $(this).attr('id').replace(/^chk_stock_unlimited_/ig, '');
         var checked = $(this).attr('checked');
 
@@ -37,6 +37,6 @@
 
     // 無制限チェックボックス
-    $('input[id^=stock_unlimited_]').change(function() {
-        var index = $(this).attr('id').replace(/^stock_unlimited_/ig, '');
+    $('input[id^=chk_stock_unlimited_]').change(function() {
+        var index = $(this).attr('id').replace(/^chk_stock_unlimited_/ig, '');
         var checked = $(this).attr('checked');
 
@@ -63,8 +63,8 @@
         $('input[id^=stock_]').val(stock);
 
-        var stock_unlimited = $('#stock_unlimited_0').attr('checked');
-        $('input[id^=stock_unlimited_]').each(function() {
+        var stock_unlimited = $('#chk_stock_unlimited_0').attr('checked');
+        $('input[id^=chk_stock_unlimited_]').each(function() {
             var checked = stock_unlimited;
-            var index = $(this).attr('id').replace(/^stock_unlimited_/ig, '');
+            var index = $(this).attr('id').replace(/^chk_stock_unlimited_/ig, '');
             $(this).attr('checked', checked);
             if (checked) {
@@ -255,5 +255,5 @@
                         <span class="attention"><!--{$arrErr[$key][$index]}--></span>
                     <!--{/if}-->
-                    <input type="checkbox" name="<!--{$key}-->[<!--{$index}-->]" value="1" <!--{if $arrForm[$key].value[$index] == "1"}-->checked="checked"<!--{/if}--> id="<!--{$key}-->_<!--{$index}-->" /><label for="<!--{$key}-->_<!--{$index}-->">無制限</label>
+                    <input type="checkbox" name="<!--{$key}-->[<!--{$index}-->]" value="1" <!--{if $arrForm[$key].value[$index] == "1"}-->checked="checked"<!--{/if}--> id="chk_<!--{$key}-->_<!--{$index}-->" /><label for="chk_<!--{$key}-->_<!--{$index}-->">無制限</label>
                 </td>
                 <td class="center">
