[TYPO3-project-formidable] Some more points

FS fs.nospam1 at a-e-r.org
Thu Sep 7 16:53:22 CEST 2006


In the next XML code, there are two points :

1. The $aParams is clearly not yet available. Is this accessible from  
somewhere else ?
Or this will be in the 0.6...

2. The {LLL:EXT:aer_registrations/pi1/ 
locallang.xml:listform.bouton.edit} in the title is not replaced.

Bonne soirée !




   <tag_edit>
     <name>registrationEdit</name>
     <value>
       <userobj>
         <php><![CDATA[
           $link = $this->_oParent->pi_getPageLink(
             $GLOBALS["TSFE"]->id,
             "",
             array(
               $this->_oParent->prefixId."[event]" => "EDIT"//,
               $this->_oParent->prefixId."[uid]" => $aParams["row"] 
["uid"]
             )
           );
           return (
             '<a href="'.$link.'">
               <img src="/fileadmin/Images/Interface/Pictos/ 
btnEdit.gif" border=0
               title="{LLL:EXT:aer_registrations/pi1/ 
locallang.xml:listform.bouton.edit}">
             </a>');
         ]]></php>
       </userobj>
     </value>
   </tag_edit>



--
F. SCHOSSIG, ICT Manager
Assemblée des Régions d'Europe
http://www.a-e-r.org





More information about the TYPO3-project-formidable mailing list