Actions
Feature #17386
closedMake length of record titles configurable in List Module
Start date:
2007-06-14
Due date:
% Done:
0%
Estimated time:
PHP Version:
4.3
Tags:
Complexity:
Sprint Focus:
Description
The title of records displayed in the List module seems to be set to a fixed value of 50 characters. This should be confgurable via TS config or in the User Setup (just like the page titles in the pagetree).
class.db_list.inc =>
class.t3lib_recordlist.php =>
var $fixedL = 50;
(issue imported from #M5793)
Files
Actions