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/shopping/nonmember_input.tpl

    r22206 r22775  
    9595                    <input type="tel" name="<!--{$key1}-->" 
    9696                        value="<!--{$arrForm[$key1].value|h}-->" 
    97                         max="<!--{$arrForm[$key1].length}-->" 
     97                        maxlength="<!--{$arrForm[$key1].length}-->" 
    9898                        style="<!--{$arrErr[$key1]|sfGetErrorColor}-->" class="boxShort text data-role-none" />&nbsp;-&nbsp; 
    9999                    <input type="tel" name="<!--{$key2}-->" 
    100100                        value="<!--{$arrForm[$key2].value|h}-->" 
    101                         max="<!--{$arrForm[$key2].length}-->" 
     101                        maxlength="<!--{$arrForm[$key2].length}-->" 
    102102                        style="<!--{$arrErr[$key2]|sfGetErrorColor}-->" class="boxShort text data-role-none" />&nbsp; 
    103103                    <a href="http://search.post.japanpost.jp/zipcode/" target="_blank"><span class="fn">郵便番号検索</span></a> 
     
    281281                        <input type="tel" name="<!--{$key1}-->" 
    282282                            value="<!--{$arrForm[$key1].value|h}-->" 
    283                             max="<!--{$arrForm[$key1].length}-->" 
     283                            maxlength="<!--{$arrForm[$key1].length}-->" 
    284284                            style="<!--{$arrErr[$key1]|sfGetErrorColor}-->" class="boxShort text data-role-none" />&nbsp;-&nbsp; 
    285285                        <input type="tel" name="<!--{$key2}-->" 
    286286                            value="<!--{$arrForm[$key2].value|h}-->" 
    287                             max="<!--{$arrForm[$key2].length}-->" 
     287                            maxlength="<!--{$arrForm[$key2].length}-->" 
    288288                            style="<!--{$arrErr[$key2]|sfGetErrorColor}-->" class="boxShort text data-role-none" />&nbsp; 
    289289                        <a href="http://search.post.japanpost.jp/zipcode/" target="_blank"><span class="fn">郵便番号検索</span></a> 
Note: See TracChangeset for help on using the changeset viewer.