Ignore:
Timestamp:
2013/06/24 11:57:05 (11 years ago)
Author:
dkazuto
Message:

#2168 パスワードに記号を利用できるように

File:
1 edited

Legend:

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

    r22571 r22883  
    190190                <td> 
    191191                    <span class="attention"><!--{$arrErr.password}--><!--{$arrErr.password02}--></span> 
    192                     <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 /> 
     192                    <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 /> 
    193193                    <input type="password" name="password02" value="<!--{$arrForm.password02|h}-->" size="30" class="box30" <!--{if $arrErr.password02 != ""}--><!--{sfSetErrorStyle}--><!--{/if}--> /> 
    194194                    <p><span class="attention mini">確認のために2度入力してください。</span></p> 
Note: See TracChangeset for help on using the changeset viewer.