mirror of
https://github.com/e107inc/e107.git
synced 2025-08-22 22:25:31 +02:00
Quick-Add-User form field sizes.
This commit is contained in:
@@ -1430,7 +1430,7 @@ class e_form
|
||||
|
||||
if(vartrue($options['strength']))
|
||||
{
|
||||
$addon .= "<div style='margin-top:4px'><div class='progress' style='float:left;display:inline-block;width:218px'><div class='progress-bar bar' id='pwdMeter' style='width:0%' ></div></div> <div id='pwdStatus' class='smalltext' style='float:left;display:inline-block;width:150px;margin-left:5px'></span></div>";
|
||||
$addon .= "<div style='margin-top:4px'><div class='progress' style='float:left;display:inline-block;width:218px;margin-bottom:0'><div class='progress-bar bar' id='pwdMeter' style='width:0%' ></div></div> <div id='pwdStatus' class='smalltext' style='float:left;display:inline-block;width:150px;margin-left:5px'></span></div>";
|
||||
}
|
||||
|
||||
$options['pattern'] = vartrue($options['pattern'],'[\S]{4,}');
|
||||
|
Reference in New Issue
Block a user