[TYPO3-core] RFC: Feature #6779 (tabbed menu as separate file)

Tapio Markula tapio.markula at xetpoint.fi
Wed Nov 21 11:30:08 CET 2007


Malte Jansen

> e.g. the function is of first line is removed and so some important 
> setting get lost for a correct working
> -                    $item.= 
> $this->getDynTabMenu($tabParts,'TCEFORMS:flexform:'.$PA['itemFormElName'].$PA['_lang']); 
> 
> +                    $item.= 
> t3lib_tabMenus::getDynTabMenu($tabParts,'TCEFORMS:flexform:'.$PA['itemFormElName'].$PA['_lang']); 

I don't understand - the same parameters has been send. I don't 
understand why I should not work.

> -1 by testing the patch does not work against the trunk

maybe because class.t3lib_iconworks.php doesn't exist in the latest 
trunk version - I didn't know doing that right

I used the same reference
--- t3lib/class.t3lib_iconworks.php	(revision 2741)

maybe I should have used instead
--- t3lib/class.t3lib_iconworks.php	(revision 2698)

which has the latest version in trunk for class.t3lib_iconworks.php


Sorry but I really tried to create valid patch.


More information about the TYPO3-team-core mailing list