Bug #19447 ยป bug9535.patch
typo3/class.filelistfoldertree.php (working copy) | ||
---|---|---|
if ($this->makeHTML) {
|
||
$HTML = $this->PMicon($row,$a,$c,$nextCount,$exp);
|
||
$webpath = t3lib_BEfunc::getPathType_web_nonweb($path);
|
||
$icon = 'gfx/i/_icon_' .$webpath . 'folders' . ($type == 'readonly' ? '_ro' : '') . '.gif';
|
||
if ($val == '_temp_') {
|
||
$icon = 'gfx/i/sysf.gif';
|