Changeset 23035


Ignore:
Timestamp:
2013/08/07 00:01:00 (11 years ago)
Author:
Seasoft
Message:

#2044 (無駄な処理を改善する for 2.13.0)

  • スマートフォンでは無効な記述。削り忘れか。
Location:
branches/version-2_13-dev/data/Smarty/templates/sphone
Files:
2 edited

Legend:

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

    r23002 r23035  
    8080                        value="<!--{$arrForm.zip01.value|default:$arrData.zip01|h}-->" 
    8181                        maxlength="<!--{$smarty.const.ZIP01_LEN}-->" 
    82                         style="<!--{$arrErr.zip01|sfGetErrorColor}-->; ime-mode: disabled;" class="boxShort text data-role-none" />&nbsp;-&nbsp;<input type="tel" name="zip02" 
     82                        style="<!--{$arrErr.zip01|sfGetErrorColor}-->;" class="boxShort text data-role-none" />&nbsp;-&nbsp;<input type="tel" name="zip02" 
    8383                        value="<!--{$arrForm.zip02.value|default:$arrData.zip02|h}-->" 
    8484                        maxlength="<!--{$smarty.const.ZIP02_LEN}-->" 
    85                         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> 
     85                        style="<!--{$arrErr.zip02|sfGetErrorColor}-->;" 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> 
    8787 
  • branches/version-2_13-dev/data/Smarty/templates/sphone/forgot/index.tpl

    r22438 r23035  
    3636                    value="<!--{$arrForm.name01|default:''|h}-->" 
    3737                    maxlength="<!--{$smarty.const.STEXT_LEN}-->" 
    38                     style="<!--{$arrErr.name01|sfGetErrorColor}-->; ime-mode: active;" 
     38                    style="<!--{$arrErr.name01|sfGetErrorColor}-->;" 
    3939                    class="boxHarf text data-role-none" placeholder="姓"/>&nbsp;&nbsp; 
    4040                <input type="text" name="name02" 
    4141                    value="<!--{$arrForm.name02|default:''|h}-->" 
    4242                    maxlength="<!--{$smarty.const.STEXT_LEN}-->" 
    43                     style="<!--{$arrErr.name02|sfGetErrorColor}-->; ime-mode: active;" 
     43                    style="<!--{$arrErr.name02|sfGetErrorColor}-->;" 
    4444                    class="boxHarf text data-role-none" placeholder="名"/> 
    4545            </p> 
     
    5050                <input type="email" name="email" 
    5151                value="<!--{$tpl_login_email|h}-->" 
    52                 style="<!--{$arrErr.email|sfGetErrorColor}-->; ime-mode: disabled;" 
     52                style="<!--{$arrErr.email|sfGetErrorColor}-->;" 
    5353                maxlength="200" class="text boxLong data-role-none" /> 
    5454            </p> 
Note: See TracChangeset for help on using the changeset viewer.