Feature #17998
Make backend.php the default backend
Status: | Closed | Start date: | 2008-01-15 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | Ingo Renner | % Done: | 0% |
|
Category: | - | Spent time: | - | |
Target version: | - | |||
PHP Version: | 4.3 | Sprint Focus: | ||
Complexity: |
Description
now that the backend.php is mostly finished it is time to make it the default backend
The attached patch takes care of making backend.php the default backend. For those who want to stay with the old one (alt_main.php) it introduces backend_old as new interface, this can then be set using the install tool.
(issue imported from #M7163)
Related issues
History
#1 Updated by Stefano Cecere over 7 years ago
using backend.php we miss he top frame, right?
how .. where will extdeveval load it's little top menu?
(now it does't get shown...)
stefano
#2 Updated by Ingo Renner over 7 years ago
extdeveval's top frame menu will indeed not work with backend.php, that's something we need to trade in for the cleaner backend. Instead the backend allows extensions to place so called toolbar-items into that area (toolbar). So extdeveval could be modified to provide such a toolbar-item with drop down menu.
#3 Updated by Ingo Renner over 7 years ago
committed to trunk