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

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

  • スマートフォンでは無効な記述。削り忘れか。
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.