mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 19:44:09 +02:00
Translation of hardcoded text, added new defines
This commit is contained in:
@@ -1109,11 +1109,11 @@ class e_form
|
||||
|
||||
if(vartrue($options['generate']))
|
||||
{
|
||||
$gen = ' <a href="#" class="btn btn-default btn-small e-tip" id="Spn_PasswordGenerator" title="Generate a password">Generate</a> ';
|
||||
$gen = ' <a href="#" class="btn btn-default btn-small e-tip" id="Spn_PasswordGenerator" title=" '.LAN_GEN_PW.' " >'.LAN_GENERATE.'</a> ';
|
||||
|
||||
if(empty($options['nomask']))
|
||||
{
|
||||
$gen .= '<a class="btn btn-default btn-small e-tip" href="#" id="showPwd" title="Display the password">Show</a><br />';
|
||||
$gen .= '<a class="btn btn-default btn-small e-tip" href="#" id="showPwd" title=" '.LAN_DISPL_PW.' ">'.LAN_SHOW.'</a><br />';
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user