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 symfony-us...@googlegroups.com.
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en.

Reply via email to