Changeset 19251
- Timestamp:
- 2010/11/07 00:20:37 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/camp/camp-2_5-C/data/Smarty/templates/admin/products/index.tpl
r19244 r19251 225 225 <!--{$arrProducts[cnt].price02_min|number_format}--><br />~ <!--{$arrProducts[cnt].price02_max|number_format}--> 226 226 <!--{else}--> 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');}else (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');}else{alert(result);};});""> 228 228 <!--{/if}--> 229 229 </td>
Note: See TracChangeset
for help on using the changeset viewer.