Project

General

Profile

Feature #18826 » 0008487_v2.patch

Administrator Admin, 2008-05-31 15:30

View differences:

typo3/sysext/css_styled_content/static/constants.txt (Arbeitskopie)
jumpurl_secure =
jumpurl_secure_mimeTypes = pdf=application/pdf, doc=application/msword
jumpurl =
filesize.labels = " Bytes| KB| MB| GB"
}
styles.content.mailform {
typo3/sysext/css_styled_content/static/setup.txt (Arbeitskopie)
iconCObject.file.width = 150
}
20.filesize.labels = {$styles.content.uploads.filesize.labels}
20.stdWrap {
editIcons = tt_content: media, layout [table_bgColor|table_border|table_cellspacing|table_cellpadding], filelink_size, imagecaption
editIcons.iconTitle.data = LLL:EXT:css_styled_content/pi1/locallang.xml:eIcon.filelist
typo3/sysext/css_styled_content/pi1/class.tx_cssstyledcontent_pi1.php (Arbeitskopie)
<p class="csc-uploads-description">'.htmlspecialchars($fileD['description']).'</p>' : '').'
</td>'.($this->cObj->data['filelink_size'] ? '
<td class="csc-uploads-fileSize">
<p>'.t3lib_div::formatSize($fileD['filesize']).'</p>
<p>'.t3lib_div::formatSize($fileD['filesize'], $conf['filesize.']['labels']).'</p>
</td>' : '').'
</tr>';
}
(1-1/3)