- Timestamp:
- 2010/11/06 23:41:42 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/camp/camp-2_5-C/data/Smarty/templates/admin/products/index.tpl
r18873 r19179 222 222 <!--{* 価格 *}--> 223 223 <td rowspan="2" class="right"> 224 <!--{$arrProducts[cnt].price02_min|number_format}-->225 224 <!--{if $arrProducts[cnt].price02_min != $arrProducts[cnt].price02_max}--> 226 <br />~ <!--{$arrProducts[cnt].price02_max|number_format}--> 225 <!--{$arrProducts[cnt].price02_min|number_format}--><br />~ <!--{$arrProducts[cnt].price02_max|number_format}--> 226 <!--{else}--> 227 <input type="text" name="price02_edit_<!--{$arrProducts[cnt].product_id}-->" size="8" value="<!--{$arrProducts[cnt].price02_min|number_format}-->" onchange="jQuery.post('./index.php', {'mode':'price02_edit','price02_edit_id':'<!--{$arrProducts[cnt].product_id}-->','price02_edit_value':this.value}, function(result){alert(result);});""> 227 228 <!--{/if}--> 228 229 </td>
Note: See TracChangeset
for help on using the changeset viewer.