mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Removed <label> from rememberme in signin shortcodes.
This commit is contained in:
@@ -168,7 +168,7 @@ class plugin_signin_signin_shortcodes extends e_shortcode
|
|||||||
}
|
}
|
||||||
if ($pref['user_tracking'] !== "session")
|
if ($pref['user_tracking'] !== "session")
|
||||||
{
|
{
|
||||||
return "<label for='autologin'><input type='checkbox' name='autologin' id='autologin' value='1' checked='checked' />" . ($parm ? $parm : "" . LAN_LOGINMENU_6 . "</label>");
|
return "<input type='checkbox' name='autologin' id='autologin' value='1' checked='checked' />" . ($parm ? $parm : "" . LAN_LOGINMENU_6 );
|
||||||
}
|
}
|
||||||
|
|
||||||
return null;
|
return null;
|
||||||
|
@@ -92,4 +92,4 @@ table.table { width: 100% }
|
|||||||
.mt-0 { margin-top: 0 }
|
.mt-0 { margin-top: 0 }
|
||||||
.mb-0 { margin-bottom: 0 }
|
.mb-0 { margin-bottom: 0 }
|
||||||
.mt-3 { margin-top: 1rem !important; }
|
.mt-3 { margin-top: 1rem !important; }
|
||||||
.d-flex { display: flex !important; }
|
.d-flex { display: flex !important; }
|
Reference in New Issue
Block a user