Project

General

Profile

Actions

Feature #21814

closed

Possibility to hide allowed files

Added by Georg Ringer over 14 years ago. Updated almost 11 years ago.

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

12960-tceform-hide-info.gif (21.2 KB) 12960-tceform-hide-info.gif Administrator Admin, 2009-12-07 11:11
12960-tceform-hide-info.patch (620 Bytes) 12960-tceform-hide-info.patch Administrator Admin, 2009-12-07 11:11
12960-tceform-hide-info_v2.patch (636 Bytes) 12960-tceform-hide-info_v2.patch Administrator Admin, 2009-12-07 12:47
Actions #1

Updated by Alexander Opitz almost 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)?

Actions #2

Updated by Riccardo De Contardi almost 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>
Actions #3

Updated by Alexander Opitz almost 11 years ago

  • Status changed from Needs Feedback to Closed

Yes, looks like what is in the patches.

Actions

Also available in: Atom PDF