Changeset 19425


Ignore:
Timestamp:
2010/11/07 02:53:29 (12 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

    r19415 r19425  
    3131    } 
    3232} 
     33</script> 
     34 
     35<script type="text/javascript"> 
     36function lfBgColorTween(result){ 
     37    bgColorTween = new ColorTween(this.style, 'backgroundColor', Tween.regularEaseOut, '0000ff', 'ffffff', 0.6); 
     38    bgColorTween.start(); 
    3339</script> 
    3440 
     
    247253            無制限 
    248254          <!--{else}--> 
    249             <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);bgColorTween=new ColorTween(this.style,'backgroundColor',Tween.regularEaseOut,'0000ff','ffffff',0.6);bgColorTween.start();"> 
     255            <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);"> 
    250256          <!--{/if}--> 
    251257        <!--{/if}--> 
Note: See TracChangeset for help on using the changeset viewer.