Actions
Feature #21125
closedDisplay thumbnails (from $TCA[$table]['ctrl']['thumbnail']) in element browser
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2009-09-22
Due date:
% Done:
0%
Estimated time:
PHP Version:
5.2
Tags:
Complexity:
Sprint Focus:
Description
If thumbnailsByDefault in user setup is enabled, the element browser should also display thumbnails.
Currently, in class.browse_links.php (line 1916) it is hardcoded:
$dblist->thumbs = 0;
It would be nice if this could be done like in db_list.php:
$dblist->thumbs = $BE_USER->uc['thumbnailsByDefault'];
(or maybe it should be controlled by an additional TSConfig option?)
(issue imported from #M12040)
Files
Actions