Changeset 23368


Ignore:
Timestamp:
2014/04/16 15:56:27 (10 years ago)
Author:
Seasoft
Message:

パスワードを忘れた方画面 入力エラー時にメールアドレスが維持されない

File:
1 edited

Legend:

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

    r23035 r23368  
    4949                <span class="attention"><!--{$arrErr.email}--></span> 
    5050                <input type="email" name="email" 
    51                 value="<!--{$tpl_login_email|h}-->" 
     51                value="<!--{$arrForm.email|default:$tpl_login_email|h}-->" 
    5252                style="<!--{$arrErr.email|sfGetErrorColor}-->;" 
    5353                maxlength="200" class="text boxLong data-role-none" /> 
Note: See TracChangeset for help on using the changeset viewer.