mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 21:27:25 +02:00
Added Form ID.
This commit is contained in:
@@ -87,7 +87,7 @@ if (!USER || getperms('0'))
|
|||||||
if(!empty($LOGIN_TEMPLATE['page']))
|
if(!empty($LOGIN_TEMPLATE['page']))
|
||||||
{
|
{
|
||||||
$LOGIN_TABLE_HEADER = $LOGIN_TEMPLATE['page']['header'];
|
$LOGIN_TABLE_HEADER = $LOGIN_TEMPLATE['page']['header'];
|
||||||
$LOGIN_TABLE = "<form class='form-signin' method='post' action='".e_SELF."' onsubmit='hashLoginPassword(this)' >".$LOGIN_TEMPLATE['page']['body']."</form>";
|
$LOGIN_TABLE = "<form id='login-page' class='form-signin' method='post' action='".e_SELF."' onsubmit='hashLoginPassword(this)' >".$LOGIN_TEMPLATE['page']['body']."</form>";
|
||||||
$LOGIN_TABLE_FOOTER = $LOGIN_TEMPLATE['page']['footer'];
|
$LOGIN_TABLE_FOOTER = $LOGIN_TEMPLATE['page']['footer'];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user