Ignore:
Timestamp:
2013/01/07 18:03:31 (11 years ago)
Author:
m_uehara
Message:

#2004 郵便番号を2カラムから1カラムに変更しました。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-multilang/data/Smarty/templates/default/mail_templates/contact_mail.tpl

    r22103 r22205  
    4141 
    4242■お名前 :<!--{$arrForm.name01.value}--> <!--{$arrForm.name02.value}--> (<!--{$arrForm.kana01.value}--> <!--{$arrForm.kana02.value}-->) 様 
    43 ■郵便番号:<!--{if $arrForm.zip01.value && $arrForm.zip02.value}-->〒<!--{$arrForm.zip01.value}-->-<!--{$arrForm.zip02.value}--><!--{/if}--> 
     43■郵便番号:<!--{* <!--{if $arrForm.zip01.value && $arrForm.zip02.value}-->〒<!--{$arrForm.zip01.value}-->-<!--{$arrForm.zip02.value}--><!--{/if}--> *}--><!--{if $arrForm.zipcode.value}-->〒<!--{$arrForm.zipcode.value}--><!--{/if}--> 
    4444 
    4545■住所  :<!--{$arrPref[$arrForm.pref.value]}--><!--{$arrForm.addr01.value}--><!--{$arrForm.addr02.value}--> 
Note: See TracChangeset for help on using the changeset viewer.