Changeset 19485 for branches/camp


Ignore:
Timestamp:
2010/11/07 03:22:49 (13 years ago)
Author:
kishik
Message:

商品一覧での変更処理において、規格が設定された商品は無視するように変更。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/camp/camp-2_5-C/data/Smarty/templates/admin/products/index.tpl

    r19471 r19485  
    237237      <!--{* 価格 *}--> 
    238238      <td rowspan="2" class="right"> 
    239         <!--{if $arrProducts[cnt].class_count != 1}--> 
     239        <!--{if $arrProducts[cnt].price02_min != $arrProducts[cnt].price02_max}--> 
    240240          <!--{$arrProducts[cnt].price02_min|number_format}--><br />~ <!--{$arrProducts[cnt].price02_max|number_format}--> 
    241241        <!--{else}--> 
    242           <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}, lfCheckEditResult);lfBgColorTween(this);"> 
     242          <!--{if $arrProducts[cnt].class_count != 1}--> 
     243            <!--{$arrProducts[cnt].price02_min|number_format}--> 
     244          <!--{else}--> 
     245            <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}, lfCheckEditResult);lfBgColorTween(this);"> 
     246          <!--{/if}--> 
    243247        <!--{/if}--> 
    244248      </td> 
     
    254258            無制限 
    255259          <!--{else}--> 
    256             <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}, lfCheckEditResult);lfBgColorTween(this);"> 
     260            <!--{if $arrProducts[cnt].class_count != 1}--> 
     261              <!--{$arrProducts[cnt].stock_min|number_format}--> 
     262            <!--{else}--> 
     263              <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}, lfCheckEditResult);lfBgColorTween(this);"> 
     264            <!--{/if}--> 
    257265          <!--{/if}--> 
    258266        <!--{/if}--> 
Note: See TracChangeset for help on using the changeset viewer.