// Fix javascript error in AdminLogin
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
<div id="login">
|
||||
{if !isset($wrong_folder_name)}
|
||||
<h1>{$shop_name}</h1>
|
||||
<form action="" method="post" id="login_form" onsubmit="doAjaxLogin({$redirect});return false;">
|
||||
<form action="" method="post" id="login_form" onsubmit="doAjaxLogin('{$redirect}');return false;">
|
||||
<label for="email">{l s='E-mail address:'}</label><br />
|
||||
<input type="text" id="email" name="email" class="input" value="{if isset($email)}{$email|htmlentities}{/if}" />
|
||||
<div style="margin: 1.8em 0 0 0;">
|
||||
|
||||
Reference in New Issue
Block a user