Project

General

Profile

Actions

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 about 14 years ago. Updated about 14 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
22 February 2010
Due date:
% Done:

100%

Estimated time:
0:45 h

Actions #1

Updated by beat about 14 years ago

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 }
Actions #2

Updated by beat about 14 years ago

  • Status changed from New to Closed
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF