Actions
Feature #21814
closedPossibility to hide allowed files
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2009-12-07
Due date:
% Done:
0%
Estimated time:
PHP Version:
5.2
Tags:
Complexity:
Sprint Focus:
Description
Currently there is no way to be able hide the allowed files.
This can be useful when- you need a simple backend
- editors select files using DAM and only images are used there.
Note: this patch is not to hide the information but just to introduce a class to give the possibility to hide it using CSS
(issue imported from #M12960)
Files
Updated by Alexander Opitz over 11 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
0)
The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Riccardo De Contardi over 11 years ago
Maybe it can be closed:
TYPO3 CMS 4.5.20,
t3lib/class.t3lib_tceforms.php
line 3832:
($params['noList'] ? '' : '<span class="filetypes">' . $this->wrapLabels($params['info'])) .
TYPO3 CMS 6.1,
typo3/sysext/backend/Classes/Form/FormEngine.php
Line 3787:
<td valign="top">' . $selector . $thumbnails . ($params['noList'] ? '' : '<span class="filetypes">' . $this->wrapLabels($params['info'])) . '</span></td>
Updated by Alexander Opitz over 11 years ago
- Status changed from Needs Feedback to Closed
Yes, looks like what is in the patches.
Actions