Feature #18826 » 0008487_v4.patch
typo3/sysext/css_styled_content/static/constants.txt (Arbeitskopie) | ||
---|---|---|
jumpurl_secure =
|
||
jumpurl_secure_mimeTypes = pdf=application/pdf, doc=application/msword
|
||
jumpurl =
|
||
# cat=content/cUploads; type=string; label=Labels of file sizes: The labels for bytes, kilobytes, megabytes and gigabytes
|
||
filesizeBytesLabels = " | K| M| G"
|
||
}
|
||
styles.content.mailform {
|
typo3/sysext/css_styled_content/static/setup.txt (Arbeitskopie) | ||
---|---|---|
iconCObject.file.width = 150
|
||
}
|
||
20.filesize {
|
||
bytes = 1
|
||
bytes.labels = {$styles.content.uploads.filesizeBytesLabels}
|
||
}
|
||
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>' . $this->cObj->stdWrap($fileD['filesize'], $conf['filesize.']) . '</p>
|
||
</td>' : '').'
|
||
</tr>';
|
||
}
|
- « Previous
- 1
- 2
- 3
- Next »