This commit is contained in:
Antonio de la Rosa 2016-03-15 20:10:29 +01:00
parent a5af7b311f
commit 1d6d07ca31
4 changed files with 23 additions and 6 deletions

View file

@ -23,10 +23,10 @@ class PasswordForm extends BaseForm{
public function form()
{
return '<input type="password" class="'.$this->css.'" name="'.$this->name.'" value="">';
return '<input type="password" class="'.$this->css.'" name="'.$this->name.'" id="'.$this->name.'_field_form" value="">';
}
}
?>
?>