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

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

Location:
branches/version-2_12-dev/data/Smarty/templates/admin
Files:
2 edited

Legend:

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

    r21419 r21511  
    198198                <th>パスワード<span class="attention"> *</span></th> 
    199199                <td> 
    200                     <span class="attention"><!--{$arrErr.password}--></span> 
     200                    <span class="attention"><!--{$arrErr.password}--><!--{$arrErr.password02}--></span> 
    201201                    <input type="password" name="password" value="<!--{$arrForm.password|h}-->" size="30" class="box30" <!--{if $arrErr.password != ""}--><!--{sfSetErrorStyle}--><!--{/if}--> /> 半角英数小文字<!--{$smarty.const.PASSWORD_MIN_LEN}-->~<!--{$smarty.const.PASSWORD_MAX_LEN}-->文字(記号不可) 
     202<br> 
     203            <input type="password" name="password02" value="<!--{$arrForm.password02|h}-->" size="30" class="box30" <!--{if $arrErr.password02 != ""}--><!--{sfSetErrorStyle}--><!--{/if}--> /> 
     204                <p><span class="attention mini">確認のために2度入力してください。</span></p> 
     205 
    202206                </td> 
    203207            </tr> 
  • 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.