Hi,

2010/2/8 Gabo <[email protected]>:
> 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!!!

class sfGuardFormSignin extends BasesfGuardFormSignin

> Thanks

Regards,
M

-- 
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.

Reply via email to