mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-04 10:14:13 +08:00
[Legacy] Update label to show correctly
This commit is contained in:
parent
0db9a81127
commit
d99cb7474f
1 changed files with 2 additions and 2 deletions
|
@ -179,10 +179,10 @@ $sugar_smarty->assign('PWDSETTINGS', $GLOBALS['sugar_config']['passwordsetting']
|
|||
|
||||
$rules = "'','',''";
|
||||
|
||||
$sugar_smarty->assign('SUBMIT_BUTTON', '<input title="' . $mod_strings['LBL_LOGIN_BUTTON_TITLE']
|
||||
$sugar_smarty->assign('SUBMIT_BUTTON', '<input title="' . $mod_strings['LBL_GENERATE_PASSWORD_BUTTON_LABEL']
|
||||
. '" class="button" '
|
||||
. 'onclick="if(!set_password(form,newrules(' . $rules . '))) return false; validateCaptchaAndSubmit();" '
|
||||
. 'type="button" tabindex="3" id="login_button" name="Login" value="' . $mod_strings['LBL_LOGIN_BUTTON_LABEL'] . '" /><br> ');
|
||||
. 'type="button" tabindex="3" id="reset_password" name="Reset Password" value="' . $mod_strings['LBL_GENERATE_PASSWORD_BUTTON_LABEL'] . '" /><br> ');
|
||||
|
||||
if (!empty($_REQUEST['guid'])) {
|
||||
$sugar_smarty->assign("GUID", $_REQUEST['guid']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue