Changeset 19235


Ignore:
Timestamp:
2010/11/07 00:15:15 (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

    r19179 r19235  
    225225          <!--{$arrProducts[cnt].price02_min|number_format}--><br />~ <!--{$arrProducts[cnt].price02_max|number_format}--> 
    226226        <!--{else}--> 
    227           <input type="text" name="price02_edit_<!--{$arrProducts[cnt].product_id}-->" size="8" value="<!--{$arrProducts[cnt].price02_min|number_format}-->" onchange="jQuery.post('./index.php', {'mode':'price02_edit','price02_edit_id':'<!--{$arrProducts[cnt].product_id}-->','price02_edit_value':this.value}, function(result){alert(result);});""> 
     227          <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');};});""> 
    228228        <!--{/if}--> 
    229229      </td> 
Note: See TracChangeset for help on using the changeset viewer.