Feature proposal #1512
closed
Add title param to password field types for password verification field because translation of "Verify Password" was difficult due to string substitution
Added by beat almost 15 years ago.
Updated over 14 years ago.
Start date:
22 February 2010
Description
http://www.joomlapolis.com/component/option,com_joomlaboard/Itemid,38/func,view/id,87438/catid,79/
http://www.joomlapolis.com/component/option,com_joomlaboard/Itemid,38/func,view/catid,101/id,124959/
r894 implements this:
_UE_VERIFY_SOMETHING now only used as default for passwords fields, and can be changed to anything in field params.
This is appart of system password field which now uses _UE_VPASS (and can not be overridden).
if ( $field->name == 'password' ) {
$verifyField->title = _UE_VPASS;
} else {
$verifyField->title = sprintf( getLangDefinition( $field->params->get( 'verifyPassTitle', '_UE_VERIFY_SOMETHING' ) ), getLangDefinition( $field->title ) ); // cbReplaceVars to be done only once later
}
- Status changed from New to Closed
- % Done changed from 0 to 100
Also available in: Atom
PDF