Actions
Bug #20283
closedExtract BackendSearch from hardcoded Module to sysext
Start date:
2009-04-06
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
current backend search in toolbar uses "normal" API to register Toolbar-Items.
Including of this is currently hardcoded in backend.php
So tasks to request are:
- move classes/class.backendsearchmenu.php into sysext/beSeachMenu
- add registerToolbarItem.php and needed standard files to ext
- remove line 139 from backend.php (trunk 5289)
this is a prerequisite for implementing any other search, since there is no possibility to deactivate the hardcoded one...
(issue imported from #M10850)
Files
Actions