mirror of
https://github.com/e107inc/e107.git
synced 2025-08-18 20:31:41 +02:00
Admin UI styling
This commit is contained in:
@@ -770,7 +770,7 @@ class e_form
|
||||
|
||||
if(vartrue($options['generate']))
|
||||
{
|
||||
$addon .= ' <a href="#" class="smalltext e-tip" id="Spn_PasswordGenerator" title="Generate a password">Generate</a> | <a class="smalltext e-tip" href="#" id="showPwd" title="Display the password">Show</a><br />';
|
||||
$addon .= ' <a href="#" class="btn btn-small e-tip" id="Spn_PasswordGenerator" title="Generate a password">Generate</a> <a class="btn btn-small e-tip" href="#" id="showPwd" title="Display the password">Show</a><br />';
|
||||
}
|
||||
|
||||
if(vartrue($options['strength']))
|
||||
|
Reference in New Issue
Block a user