mirror of
https://github.com/e107inc/e107.git
synced 2025-08-23 06:33:22 +02:00
Automated passwords option during signup/registration.
This commit is contained in:
@@ -1470,7 +1470,8 @@ class e_form
|
||||
// return print_a($options,true);
|
||||
if($labelFound) // Bootstrap compatible markup
|
||||
{
|
||||
$text .= "<label class='radio inline'>";
|
||||
$dis = (!empty($options['disabled'])) ? " disabled" : "";
|
||||
$text .= "<label class='radio inline{$dis}'>";
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user