- Timestamp:
- 2011/01/30 17:21:46 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/Smarty/templates/admin/customer/edit.tpl
r19998 r20049 263 263 <td class="center"><a href="#" onclick="fnOpenWindow('../order/edit.php?order_id=<!--{$arrPurchaseHistory[cnt].order_id}-->','order_disp','800','900'); return false;" ><!--{$arrPurchaseHistory[cnt].order_id}--></a></td> 264 264 <td class="center"><!--{$arrPurchaseHistory[cnt].payment_total|number_format}-->円</td> 265 <td class="center"><!--{if $arrPurchaseHistory[cnt].status eq 5}--><!--{$arrPurchaseHistory[cnt].commit_date|sfDispDBDate}--><!--{else}-->未発送<!--{ /if}--></td>265 <td class="center"><!--{if $arrPurchaseHistory[cnt].status eq 5}--><!--{$arrPurchaseHistory[cnt].commit_date|sfDispDBDate}--><!--{else}-->未発送<!--{/if}--></td> 266 266 <!--{assign var=payment_id value="`$arrPurchaseHistory[cnt].payment_id`"}--> 267 267 <td class="center"><!--{$arrPayment[$payment_id]|h}--></td>
Note: See TracChangeset
for help on using the changeset viewer.