Changeset 16988
- Timestamp:
- 2008/01/18 03:14:16 (14 years ago)
- Location:
- branches/feature-module-update/data/Smarty/templates/default/mobile
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/data/Smarty/templates/default/mobile/mail_templates/order_mail.tpl
r16986 r16988 37 37 電話番号:<!--{$arrOrder.deliv_tel01}-->-<!--{$arrOrder.deliv_tel02}-->-<!--{$arrOrder.deliv_tel03}--> 38 38 39 <!--{if $arrOther.title.value }--> 40 ■<!--{$arrOther.title.name}-->情報 41 <!--{foreach key=key item=item from=$arrOther}--> 42 <!--{if $key != "title"}--> 43 <!--{if $item.name != ""}--><!--{$item.name}-->:<!--{/if}--><!--{$item.value}--> 44 <!--{/if}--> 45 <!--{/foreach}--> 39 <!--{if $arrOther.title.value }--> 40 ■<!--{$arrOther.title.name}-->情報 41 <!--{foreach key=key item=item from=$arrOther}--> 42 <!--{if $key != "title"}--> 43 <!--{if $item.name != ""}--><!--{$item.name}-->:<!--{/if}--><!--{$item.value}--> 44 <!--{/if}--> 45 <!--{/foreach}--> 46 46 47 47 <!--{/if}--> -
branches/feature-module-update/data/Smarty/templates/default/mobile/shopping/complete.tpl
r16986 r16988 31 31 <br> 32 32 33 <!--{if $arrOther.title.value }--> 34 <!-- ▼その他の決済情報 --> 35 ■<!--{$arrOther.title.name}-->情報<br> 36 <!--{foreach key=key item=item from=$arrOther}--> 37 <!--{if $key != "title"}--> 38 <!--{if $item.name != ""}--><!--{$item.name}-->:<!--{/if}--><!--{$item.value|nl2br}--><br> 39 <!--{/if}--> 40 <!--{/foreach}--> 41 <br> 42 <!-- ▲その他の決済情報 --> 33 <!--{if $arrOther.title.value }--> 34 <!-- ▼その他の決済情報 --> 35 ■<!--{$arrOther.title.name}-->情報<br> 36 <!--{foreach key=key item=item from=$arrOther}--> 37 <!--{if $key != "title"}--> 38 <!--{if $item.name != ""}--><!--{$item.name}-->:<!--{/if}--><!--{$item.value|nl2br}--><br> 39 <!--{/if}--> 40 <!--{/foreach}--> 41 <br> 42 <!-- ▲その他の決済情報 --> 43 43 <!--{/if}--> 44 44
Note: See TracChangeset
for help on using the changeset viewer.