1
0
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:
Cameron
2013-02-20 22:58:18 -08:00
parent f6b646131e
commit e91230ad48
4 changed files with 7 additions and 6 deletions

View File

@@ -770,7 +770,7 @@ class e_form
if(vartrue($options['generate']))
{
$addon .= '&nbsp;<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 .= '&nbsp;<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']))