Project

General

Profile

Bug #21241 ยป 12194.diff

Administrator Admin, 2009-10-19 14:39

View differences:

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';
    (1-1/1)