Ignore:
Timestamp:
2008/08/21 15:03:12 (16 years ago)
Author:
nakanishi
Message:

パスワード入力フォームのtypeをpasswordに変更。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2/data/Smarty/templates/default/mobile/entry/index.tpl

    r16582 r17550  
    4343    <font color="#FF0000"><!--{$arrErr.password}--></font> 
    4444    <!--{assign var="size" value="`$smarty.const.PASSWORD_LEN2+2`"}--> 
    45     <input type="text" name="password" value="<!--{$arrForm.password}-->" istyle="4" maxlength="<!--{$smarty.const.PASSWORD_LEN2}-->" size="<!--{$size}-->"><br> 
     45    <input type="password" name="password" value="<!--{$arrForm.password}-->" istyle="4" maxlength="<!--{$smarty.const.PASSWORD_LEN2}-->" size="<!--{$size}-->"><br> 
    4646 
    4747    【パスワード確認用の質問】<font color="#FF0000">※</font><br> 
Note: See TracChangeset for help on using the changeset viewer.