- Timestamp:
- 2010/11/07 02:43:29 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/camp/camp-2_5-C/data/Smarty/templates/admin/products/index.tpl
r19398 r19404 239 239 無制限 240 240 <!--{else}--> 241 <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}, function(result){if(result!='ok'){alert('エラー:変更できませんでした');};});bgColorTween=new ColorTween(this.style,' color',Tween.regularEaseOut,'blue','transparent',3);bgColorTween.start();">241 <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}, function(result){if(result!='ok'){alert('エラー:変更できませんでした');};});bgColorTween=new ColorTween(this.style,'backgroundColor',Tween.regularEaseOut,'0000ff','ffffff',1);bgColorTween.start();"> 242 242 <!--{/if}--> 243 243 <!--{/if}-->
Note: See TracChangeset
for help on using the changeset viewer.