Fixes
This commit is contained in:
parent
a5af7b311f
commit
1d6d07ca31
4 changed files with 23 additions and 6 deletions
|
|
@ -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="">';
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue