Ignore:
Timestamp:
2013/09/10 17:35:24 (11 years ago)
Author:
m_uehara
Message:

#2324 会社名項目を追加。
#2378 モバイルの会員登録・編集確認画面に国・ZIPCODE項目を追加。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13_0/data/Smarty/templates/mobile/entry/confirm.tpl

    r23168 r23207  
    3939        <!--{$arrForm.kana01.value|h}--> <!--{$arrForm.kana02.value|h}--><br> 
    4040 
     41        ●会社名<br> 
     42        <!--{$arrForm.company_name.value|h}--><br> 
     43 
    4144        ●性別<br> 
    4245        <!--{assign var=key1 value="sex"}--> 
     
    4952        ●生年月日<br> 
    5053        <!--{if strlen($arrForm.year.value) > 0 && strlen($arrForm.month.value) > 0 && strlen($arrForm.day.value) > 0}--><!--{$arrForm.year.value|h}-->年<!--{$arrForm.month.value|h}-->月<!--{$arrForm.day.value|h}-->日生まれ<!--{else}-->未登録<!--{/if}--><br> 
     54 
     55        <!--{if $smarty.const.FORM_COUNTRY_ENABLE}--> 
     56        ●国<br> 
     57        <!--{assign var="country_id" value=$arrForm.country_id.value}--> 
     58        <!--{$arrCountry[$country_id]|h}--><br> 
     59 
     60        ●ZIP CODE<br> 
     61        <!--{$arrForm.zipcode.value|h}--><br> 
     62        <!--{/if}--> 
    5163 
    5264        ●住所<br> 
Note: See TracChangeset for help on using the changeset viewer.