2009-05-18 Benjamin Mack <benni@typo3.org>
+ * Fixed bug #11111 / Follow-up to #10892: Root item cannot be collapsed in pagetree (Thanks to Andreas Wolf)
* Fixed bug #11112 / Follow-up to #10892: Collapsing nodes in pagetree produces multiple items with same id (Thanks to Andreas Wolf)
2009-05-16 Francois Suter <francois@typo3.org>
// Set PM icon for root of mount:
$cmd = $this->bank.'_'.($isOpen? "0_" : "1_").$uid.'_'.$this->treeName;
$icon='<img'.t3lib_iconWorks::skinImg($this->backPath,'gfx/ol/'.($isOpen?'minus':'plus').'only.gif').' alt="" />';
- $firstHtml = $this->PMiconATagWrap($icon,$cmd);
+ $firstHtml = $this->PMiconATagWrap($icon,$cmd,!$isOpen);
// Preparing rootRec for the mount
if ($uid) {