1
0
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:
Cameron
2015-05-12 20:15:05 -07:00
parent 921ff1ff69
commit b1ba628bfa
11 changed files with 521 additions and 202 deletions

View File

@@ -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}'>";
}