mirror of
https://github.com/e107inc/e107.git
synced 2025-08-17 20:01:47 +02:00
[html] - Fix 'Duplicate ID html validation error' when Bootstrap3 theme user-login-dropdown menu and login_menu rendered together on a page.
This commit is contained in:
@@ -137,8 +137,8 @@ class theme_shortcodes extends e_shortcode
|
||||
$text .='
|
||||
|
||||
<form method="post" onsubmit="hashLoginPassword(this);return true" action="'.e_REQUEST_HTTP.'" accept-charset="UTF-8">
|
||||
<p>{LM_USERNAME_INPUT}</p>
|
||||
<p>{LM_PASSWORD_INPUT}</p>
|
||||
<p>{LM_USERNAME_INPUT: idprefix=bs3-}</p>
|
||||
<p>{LM_PASSWORD_INPUT: idprefix=bs3-}</p>
|
||||
|
||||
|
||||
<div class="form-group"></div>
|
||||
@@ -147,10 +147,10 @@ class theme_shortcodes extends e_shortcode
|
||||
|
||||
<div class="checkbox">
|
||||
|
||||
<label class="string optional" for="autologin"><input style="margin-right: 10px;" type="checkbox" name="autologin" id="autologin" value="1">
|
||||
<label class="string optional" for="bs3-autologin"><input style="margin-right: 10px;" type="checkbox" name="autologin" id="bs3-autologin" value="1">
|
||||
'.LAN_LOGINMENU_6.'</label>
|
||||
</div>
|
||||
<input class="btn btn-primary btn-block" type="submit" name="userlogin" id="userlogin" value="'.LAN_LOGINMENU_51.'">
|
||||
<input class="btn btn-primary btn-block" type="submit" name="userlogin" id="bs3-userlogin" value="'.LAN_LOGINMENU_51.'">
|
||||
';
|
||||
|
||||
$text .= '
|
||||
|
Reference in New Issue
Block a user