Hi all. I have this piece of code :

$this->addDisplayGroup(array('id_brand','id_model','version'),'DatiMezzo',array('legend' => 'Dati automezzo'))
           ->addDecorator('HtmlTag', array('tag' => 'div));
   }

And it is ok, the three elements are inside a fieldset. But now, I need to insert a link text after the "version" element (inside the fieldset html element). A text like "If help click <a href='help.php'>here</a>".

How can I do this ?

--
Michel 'ZioBudda' Morelli                       [email protected]
Consulenza sistemistica in ambito OpenSource.
Sviluppo applicazioni web dinamiche (LAMP+Ajax)
Telefono: 0200619074
Telefono Cell: +39-3939890025 --  Fax: +39-0291390660

http://www.ziobudda.net ICQ: 58351764 http://www.ziobuddalabs.it Skype: zio_budda http://www.ajaxblog.it MSN: [email protected] JABBER: [email protected]

Reply via email to