Project

General

Profile

Bug #18896 » 8590_class.file_list.inc.diff

Administrator Admin, 2008-06-02 22:27

View differences:

typo3/class.file_list.inc (working copy)
while(list(,$field)=each($this->fieldArray)) {
switch($field) {
case 'size':
$theData[$field]=t3lib_div::formatSize($theFile[$field]);
break;
$theData[$field] = t3lib_div::formatSize($theFile[$field]) . $GLOBALS['LANG']->getLL('bytes');
break;
case 'rw':
$theData[$field]= (($theFile['readable'])?'':'<span class="typo3-red"><b>R</b></span>').(($theFile['writable'])?'':'<span class="typo3-red"><b>W</b></span>');
break;
(1-1/6)