Changeset 19289


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

    r19257 r19289  
    222222          <!--{$arrProducts[cnt].price02_min|number_format}--><br />~ <!--{$arrProducts[cnt].price02_max|number_format}--> 
    223223        <!--{else}--> 
    224           <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);};});""> 
     224          <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('エラー:変更できませんでした');};});""> 
    225225        <!--{/if}--> 
    226226      </td> 
Note: See TracChangeset for help on using the changeset viewer.