Ignore:
Timestamp:
2011/03/18 14:04:35 (13 years ago)
Author:
habu
Message:

#1126 に関連して、お問い合わせの郵便番号入力を「ime-mode:disabled」に変更。(会員登録画面と同様の仕様)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/Smarty/templates/sphone/contact/index.tpl

    r20704 r20705  
    8383                   value="<!--{$arrForm.zip01.value|default:$arrData.zip01|h}-->" 
    8484                   maxlength="<!--{$smarty.const.ZIP01_LEN}-->" 
    85                    style="<!--{$arrErr.zip01|sfGetErrorColor}-->" />&nbsp;-&nbsp; 
     85                   style="<!--{$arrErr.zip01|sfGetErrorColor}-->; ime-mode: disabled;" />&nbsp;-&nbsp; 
    8686            <input type="text" 
    8787                   name="zip02" 
     
    8989                   value="<!--{$arrForm.zip02.value|default:$arrData.zip02|h}-->" 
    9090                   maxlength="<!--{$smarty.const.ZIP02_LEN}-->" 
    91                    style="<!--{$arrErr.zip02|sfGetErrorColor}-->" />  
     91                   style="<!--{$arrErr.zip02|sfGetErrorColor}-->; ime-mode: disabled;" />  
    9292            <a href="http://search.post.japanpost.jp/zipcode/" target="_blank"><span class="fs12">郵便番号検索</span></a> 
    9393          <p class="zipimg"> 
Note: See TracChangeset for help on using the changeset viewer.