Actions
Feature #30178
closedmake the Typo3WinBrowser-width congurable
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2011-09-21
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
in my latest project I have long filenames > 70 chars.
The filenames can be displayed by setting:
$TYPO3_CONF_VARS['BE']['defaultUC']['titleLen'] = 100;
But that doesn't help very much because the Typo3WinBrowser-window is to small. 600px.
To make this configurable I suggest:
$TYPO3_CONF_VARS['BE']['defaultUC']['normalBrowserWidth']
$TYPO3_CONF_VARS['BE']['defaultUC']['dbBrowserWidth']
that could be overridden in UserTSConfig.
Files
Actions