Bug #21241 ยป 12194.diff
typo3/class.filelistfoldertree.php (Arbeitskopie) | ||
---|---|---|
$HTML = $this->PMicon($row,$a,$c,$nextCount,$exp);
|
||
$webpath = t3lib_BEfunc::getPathType_web_nonweb($path);
|
||
if (is_writable($path)) {
|
||
$type = '';
|
||
} else {
|
||
$type = 'readonly';
|
||
}
|
||
$icon = 'gfx/i/_icon_' .$webpath . 'folders' . ($type == 'readonly' ? '_ro' : '') . '.gif';
|
||
if ($val == '_temp_') {
|
||
$icon = 'gfx/i/sysf.gif';
|