Ignore:
Timestamp:
2013/09/30 18:29:56 (11 years ago)
Author:
habu
Message:

#2415 FORM_COUNTRY_ENABLEを有効にするとモバイル版でお届け先を追加・変更できない

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/Smarty/templates/mobile/mypage/delivery_addr.tpl

    r23134 r23234  
    4848        <input type="text" name="kana02" value="<!--{$arrForm.kana02.value|h}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" istyle="2"><br> 
    4949 
    50         <br> 
     50        【会社名】<br> 
     51        <font color="#FF0000"><!--{$arrErr.company_name}--></font> 
     52        <input type="text" name="company_name" value="<!--{$arrForm.company_name.value|h}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" istyle="1"><br> 
     53 
     54        <!--{if !$smarty.const.FORM_COUNTRY_ENABLE}--> 
     55            <input type="hidden" name="country_id" value="<!--{$smarty.const.DEFAULT_COUNTRY_ID}-->" > 
     56        <!--{else}--> 
     57            【国】<br> 
     58            <font color="#FF0000"><!--{$arrErr.country_id}--></font> 
     59            <select name="country_id" style="<!--{$arrErr.country_id|sfGetErrorColor}-->"> 
     60                <option value="" selected="selected">国を選択</option> 
     61                <!--{html_options options=$arrCountry selected=$arrForm.country_id.value|h|default:$smarty.const.DEFAULT_COUNTRY_ID}--> 
     62            </select><br> 
     63 
     64            【ZIP CODE】<br> 
     65            <font color="#FF0000"><!--{$arrErr.zipcode}--></font> 
     66            <input type="text" name="zipcode" value="<!--{$arrForm.zipcode.value|h}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" istyle="4" ><br> 
     67        <!--{/if}--> 
    5168 
    5269        <!--{assign var=key1 value="zip01"}--> 
Note: See TracChangeset for help on using the changeset viewer.