[TYPO3-dev] Better working FE editing for TemplaVoila
tapio
tapio.markula at dnainternet.net
Mon Mar 20 17:59:56 CET 2006
Hi
I made a little bit better working FE editing for TemplaVoila.
It is *not* as good as FE editing for the standard page module,
but works however well and consistent.
All inconsistent features with the BE interface has been taken off.
new (for content elements), move up, move down, hide (for content
elements) and delete (for content elements) permamently disabled
because of inconsistency reasons (in BE interface they don't exist or
they have different tasks; new cause also serious confusions for users)
If you put 'toolbar' to edit panels or use Admin panel
link create new content elements opens a pop-up-window,
where /mod1/index.php works as if wizard.
If you then make a new content element using a 'new' icon,
when you save and close, the window will be closed and opener window
will be refreshed.
*Note*. In TS config for users/ user groups
admPanel {
enable.all=1
module.edit.forceNoPopup = 0
module.edit.forceDisplayIcons = 1
module.edit.forceDisplayFieldIcons=1
hide=0
}
module.edit.forceNoPopup = 0 *must* be defined!
More information about the TYPO3-dev
mailing list