[TYPO3-project-formidable] Comment / questions and perhaps a solution to bug 10631 (Duplicate ID in renderlet:LISTER)

Hauke Hain newgrp at googlemail.com
Sat Mar 7 10:11:49 CET 2009


One mistake:
>  function humanOutputOnly() {
>    if ($this->_navConf("/template/nospanandhiddeninput") === TRUE)
>      return TRUE;
>    return FALSE;
>  }

It must be
 if ($this->_navConf("/template/nospanandhiddeninput") == TRUE)

One equal sign to much...
Sorry.


For some reason the last td has the span and input always. I will see why 
this happens... 



More information about the TYPO3-project-formidable mailing list