Feature #19161
Make Position of Editpanel more variable
| Status: | Closed | Start date: | 2008-07-28 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Dmitry Dulepov | % Done: | 0% |
|
| Category: | Communication | |||
| Target version: | - | |||
| TYPO3 Version: | 4.3 | Complexity: | ||
| PHP Version: | 5.2 | |||
| Votes: | 0 |
Description
At the moment the Editpanel for the Frontend Editing is displayed at the bottom of the content elements.
This can be very confusing if the bottom margin of the content elements is very big, and the top margin is very small. It looks like:
content1
editpanel for content1
content2
editpanel for content2
....
I attached a simple patch, that allows the user to change the position of the editPanel to the top of the content element. Therefore he can use the following TS setting:
tt_content.stdWrap.editPanel.printBeforeContent = 1
If you think this is useful it would be great if you could include it into the core.
Cheers,
Alex.
(issue imported from #M9063)
Related issues
| related to TSref - Bug #26522: Document "printBeforeContent" for cObject EDITPANEL | Closed | 2011-04-30 |
History
Updated by Dmitry Dulepov almost 5 years ago
3974