Ignore:
Timestamp:
2013/03/30 10:27:23 (11 years ago)
Author:
Seasoft
Message:

#2214 (テンプレート上の文字数・数値制限が正しくない箇所がある)

File:
1 edited

Legend:

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

    r22574 r22775  
    7979                    <input type="tel" name="zip01" 
    8080                        value="<!--{$arrForm.zip01.value|default:$arrData.zip01|h}-->" 
    81                         max="<!--{$smarty.const.ZIP01_LEN}-->" 
     81                        maxlength="<!--{$smarty.const.ZIP01_LEN}-->" 
    8282                        style="<!--{$arrErr.zip01|sfGetErrorColor}-->; ime-mode: disabled;" class="boxShort text data-role-none" />&nbsp;-&nbsp;<input type="tel" name="zip02" 
    8383                        value="<!--{$arrForm.zip02.value|default:$arrData.zip02|h}-->" 
    84                         max="<!--{$smarty.const.ZIP02_LEN}-->" 
     84                        maxlength="<!--{$smarty.const.ZIP02_LEN}-->" 
    8585                        style="<!--{$arrErr.zip02|sfGetErrorColor}-->; ime-mode: disabled;" class="boxShort text data-role-none" />&nbsp;&nbsp;<a href="http://search.post.japanpost.jp/zipcode/" target="_blank" rel="external"><span class="fn">郵便番号検索</span></a> 
    8686                </p> 
Note: See TracChangeset for help on using the changeset viewer.