Actions
Feature #18826
closedEnable configuration of filesize labels for CType uploads
Start date:
2008-05-23
Due date:
% Done:
0%
Estimated time:
PHP Version:
5.2
Tags:
Complexity:
Sprint Focus:
Description
Hello Team,
the labels for the upload filesize aren't configurable by now.
The old style to set labels for tt_content.uploads isn't supported anymore.
With these patch-files you can use now the following configuration:
#constants
styles.content.uploads.filesize.labels = Bytes | KB | MB | GB
OR
- setup
tt_content.uploads.20.filesize.labels = Bytes | KB | MB | GB
Patchfile is made from actual svn source 4-2
Yours sincerly
Tom RĂ¼ther
(issue imported from #M8487)
Files
Updated by Oliver Hader over 16 years ago
Changed to use stdWrap for the filesizes...
Actions