Actions
Feature #20099
closedelement browser title length is hardcoded
Start date:
2009-02-27
Due date:
% Done:
0%
Estimated time:
PHP Version:
4.3
Tags:
Complexity:
Sprint Focus:
Description
http://markenmotiv.com/fileadmin/element-browser.jpg
In the element browser long titles are cropped after a hardcoded length.
My suggestion is to add pageTS and userTS properties to adjust the max title length.
By now I could not find the right spot in the source code, but when I find it, i'll provide a patch. I also would be glad if I would get a hint.
(issue imported from #M10560)
Files
Updated by Sebastian Gebhard over 15 years ago
Oh, PHP is Version 5.2 of course, but I think that does not really matter in that case.
Updated by Sebastian Gebhard over 15 years ago
After discussing it in dev list. I used $GLOBALS['BE_USER']->uc['titleLen'] instead of a new pageTS/userTS property.
Actions