Ignore:
Timestamp:
2012/02/15 16:26:52 (12 years ago)
Author:
pingpong
Message:

#1494 管理機能でもパスワードの確認入力を行う

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/Smarty/templates/admin/system/input.tpl

    r21343 r21511  
    6969        <th>パスワード</th> 
    7070        <td> 
    71             <!--{if $arrErr.password}--><span class="attention"><!--{$arrErr.password}--></span><!--{/if}--> 
     71            <!--{if $arrErr.password}--><span class="attention"><!--{$arrErr.password}--><!--{$arrErr.password02}--></span><!--{/if}--> 
    7272            <input type="password" name="password" size="20" class="box20" value="<!--{$arrForm.password}-->" onfocus="<!--{$tpl_onfocus}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->"/> 
    7373            <span class="attention">※必須入力</span><br /> 
    7474            ※半角英数字<!--{$smarty.const.ID_MIN_LEN}-->~<!--{$smarty.const.ID_MAX_LEN}-->文字 
     75        <br /> 
     76            <input type="password" name="password02" size="20" class="box20" value="<!--{$arrForm.password02}-->" onfocus="<!--{$tpl_onfocus}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->"/> 
     77        <p><span class="attention mini">確認のために2度入力してください。</span></p> 
    7578    </td> 
    7679    </tr> 
Note: See TracChangeset for help on using the changeset viewer.