Ignore:
Timestamp:
2011/02/09 06:02:48 (13 years ago)
Author:
AMUAMU
Message:

#961 ([管理画面]ログイン/ホーム リファクタリング) ログイン、ログアウトの修正
#783 (ページ間の遷移方法の改善) login.phpの削除。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/Smarty/templates/admin/login.tpl

    r19983 r20115  
    3030            <h1><img src="<!--{$TPL_URLPATH}-->img/contents/admin_login_logo.jpg" width="140" height="150" alt="EC-CUBE管理画面" /></h1> 
    3131            <div id="input-form"> 
    32                 <form name="form1" id="form1" method="post" action="login.php"> 
     32                <form name="form1" id="form1" method="post" action="?"> 
     33                <input type="hidden" name="mode" value="login" /> 
     34                <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
    3335                <p><label for="login_id">ID</label></p> 
    3436                <input type="text" name="login_id" size="20" class="box25" /> 
Note: See TracChangeset for help on using the changeset viewer.