return CHtml::activePasswordTextField($model, $attribute, $htmlOptions).$textFieldAdd;
}
```
This utilizes my own approach to Yii::t() where second parameter isn't English text (as in yii.php and zii.php files in original framework) but actually a placeholder, label or pattern to be exchanged. Therefore you have to create your own classes.php and put there something similar to: