Changeset 17225


Ignore:
Timestamp:
2008/04/07 13:08:52 (16 years ago)
Author:
satou
Message:

fixed by Yammy (merge r17189)

File:
1 edited

Legend:

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

    r16582 r17225  
    4646    <font color="#FF0000"><!--{$arrErr[$key]}--></font> 
    4747    <input type="text" name="<!--{$key}-->" value="<!--{$tpl_login_email|escape}-->"  
    48         maxlength="<!--{$arrForm[$key].length}-->" size="40" istyle="3"><br> 
     48        size="40" istyle="3"><br> 
    4949<!--{else}--> 
    5050<input type="hidden" name="login_email" value="dummy"> 
     
    5252    ▼パスワード<br> 
    5353    <!--{assign var=key value="login_pass"}--><font color="#FF0000"><!--{$arrErr[$key]}--></font> 
    54     <input type="password" name="<!--{$key}-->" maxlength="<!--{$arrForm[$key].length}-->" size="40" istyle="3"><br> 
     54    <input type="password" name="<!--{$key}-->" size="40" istyle="3"><br> 
    5555    <center><input type="submit" value="送信" name="log"></center><br> 
    5656    <a href="<!--{$smarty.const.MOBILE_URL_DIR}-->forgot/index.php">パスワードをお忘れの方はこちら</a><br> 
Note: See TracChangeset for help on using the changeset viewer.