Ignore:
Timestamp:
2014/05/30 22:22:40 (10 years ago)
Author:
shutta
Message:

#2563 会員管理>会員登録でのパスワードの入力説明が不適切
「半角英数小文字」->「半角英数字」に修正。

File:
1 edited

Legend:

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

    r23230 r23479  
    217217                <td> 
    218218                    <span class="attention"><!--{$arrErr.password}--><!--{$arrErr.password02}--></span> 
    219                     <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}-->文字(記号可)<br /> 
     219                    <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}-->文字(記号可)<br /> 
    220220                    <input type="password" name="password02" value="<!--{$arrForm.password02|h}-->" size="30" class="box30" <!--{if $arrErr.password02 != ""}--><!--{sfSetErrorStyle}--><!--{/if}--> /> 
    221221                    <p><span class="attention mini">確認のために2度入力してください。</span></p> 
Note: See TracChangeset for help on using the changeset viewer.