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

#2368 管理画面>メンバー管理のメンバー登録のパスワードにて記号が登録できない
管理者のパスワードも記号が登録できるように修正。

File:
1 edited

Legend:

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

    r23230 r23480  
    6363                <input type="text" name="login_id" size="20" class="box20" value="<!--{$arrForm.login_id|h}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" style="<!--{$arrErr.login_id|sfGetErrorColor}-->" /> 
    6464                <span class="attention">※必須入力</span><br /> 
    65                 ※半角英数字<!--{$smarty.const.ID_MIN_LEN}-->~<!--{$smarty.const.ID_MAX_LEN}-->文字 
     65                ※半角英数字<!--{$smarty.const.ID_MIN_LEN}-->~<!--{$smarty.const.ID_MAX_LEN}-->文字(記号可) 
    6666            </td> 
    6767        </tr> 
     
    7272                <input type="password" name="password" size="20" class="box20" value="<!--{$arrForm.password}-->" onfocus="<!--{$tpl_onfocus}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" style="<!--{$arrErr.password|sfGetErrorColor}-->" /> 
    7373                <span class="attention">※必須入力</span><br /> 
    74                 ※半角英数字<!--{$smarty.const.ID_MIN_LEN}-->~<!--{$smarty.const.ID_MAX_LEN}-->文字 
     74                ※半角英数字<!--{$smarty.const.ID_MIN_LEN}-->~<!--{$smarty.const.ID_MAX_LEN}-->文字(記号可) 
    7575                <br /> 
    7676                <input type="password" name="password02" size="20" class="box20" value="<!--{$arrForm.password02}-->" onfocus="<!--{$tpl_onfocus}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" style="<!--{$arrErr.password02|sfGetErrorColor}-->" /> 
Note: See TracChangeset for help on using the changeset viewer.