[TYPO3-core] RFC: #15464 no-brainer: SysFolder and NotInMenu-Pages not visible in Pagetree

Sven Juergens t3 at blue-side.de
Mon Sep 20 12:11:22 CEST 2010


Am 17.09.10 12:16, schrieb Steffen Ritter:
> Am 15.09.2010 15:14, schrieb Sven Juergens:
>> Hi,
>>
>> This is an SVN patch request.
>>
>> Type: no-brainer
>>
>> Bugtracker references:
>> http://bugs.typo3.org/view.php?id=15464
>>
>>
>> Branches:
>> trunk
>>
>> Problem:
>> If you set the following configuration in UserTS
>> options.pageTree.separateNotinmenuPages = 1
>> SysFilder and NotInMenu marked Pages are not visible anymore and in
>> current trunk the pagetitle overlay with the next pagetitle.
>> See attached image.
>>
>> Steps to reproduce:
>> Set a Page to "hide in Menu" and set
>> options.pageTree.separateNotinmenuPages = 1
>>
>>
>> Solution:
>> remove "height:16px;" in "ul.tree div.treeLinkItem" in file
>> typo3/sysext/t3skin/stylesheets/structure/element_tree.css
>>
>> Notes:
>> Related to
>> http://bugs.typo3.org/view.php?id=15704
>>
>>
>> Best regards,
>> Sven
> -1 to removing the height
> could you please describe "WHY" the icon is not shown - what is changed
> in the html structure if this option is set, is there some other css
> interfeering?
>
> regards
>
> Steffen

Hello,

yes, i tested it with IE6 and 7, it looks good.
See attached images (ie6 don't respect the height:16px so before and 
after looks the same)

Related to this RFC
http://bugs.typo3.org/view.php?id=15565
i added a new screenshot for current trunk 8823.

in typo3/class.webpagetree.php is added the following Code

if ($row['_FIRST_NOT_IN_MENU'])	{
	$HTML = 
'<img'.t3lib_iconWorks::skinImg($this->backPath,'gfx/ol/line.gif').' 
alt="" 
/><br/><img'.t3lib_iconWorks::skinImg($this->backPath,'gfx/ol/line.gif').' 
alt="" /><i>Not shown in menu'.$label_shownAlphabetically.':</i><br>';
} else {
	$HTML = '';
}

Best Regards,
Sven
-------------- next part --------------
A non-text attachment was scrubbed...
Name: screenshot-current-trunk.jpg
Type: image/jpeg
Size: 10251 bytes
Desc: not available
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20100920/273c9e77/attachment-0001.jpg>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ie6-before-after.gif
Type: image/gif
Size: 2556 bytes
Desc: not available
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20100920/273c9e77/attachment-0002.gif>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ie7-before-after.gif
Type: image/gif
Size: 4666 bytes
Desc: not available
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20100920/273c9e77/attachment-0003.gif>


More information about the TYPO3-team-core mailing list