Changeset 19425
- Timestamp:
- 2010/11/07 02:53:29 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/camp/camp-2_5-C/data/Smarty/templates/admin/products/index.tpl
r19415 r19425 31 31 } 32 32 } 33 </script> 34 35 <script type="text/javascript"> 36 function lfBgColorTween(result){ 37 bgColorTween = new ColorTween(this.style, 'backgroundColor', Tween.regularEaseOut, '0000ff', 'ffffff', 0.6); 38 bgColorTween.start(); 33 39 </script> 34 40 … … 247 253 無制限 248 254 <!--{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);"> 250 256 <!--{/if}--> 251 257 <!--{/if}-->
Note: See TracChangeset
for help on using the changeset viewer.