Help!
I try to change the labels:
1. Username:
2. Password
For:
1. Usuario:
2. Clave
I try to set:
*class sfGuardUserForm extends PluginsfGuardUserForm*
*{*
* public function configure()*
* {*
* /***
* * Colocar las etiquetas a los formularios*
* */*
* $this->widgetSchema->setLabels(array(*
* 'username' => 'Usuario',*
* 'password' => 'Clave',*
* ));*
* }*
*}*
*
*
THIS not change in the Singin Form!!!
*
*
*Thanks*
--
You received this message because you are subscribed to the Google Groups
"symfony users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en.