EZP Version >= 5.3
Configuring the display of the Website Toolbar
To have the regular Webin Toolbar, first add the proper CSS file to your head template : extension/ezwt/design/standard/stylesheets/websitetoolbar.css
Then, in your template, you can add the Webin Toolbar by definining the display of the websiteToolbarAction
from the ezpublish_legacy.website_toolbar.controller
Controller
Redirection after publishing
Versions: 5.3.4, 5.4.1.
In order to get properly redirected after publishing or discarding, overrides of legacy's content/edit.tpl
must include the content/edit_redirection.tpl
. It adds hidden fields required by legacy for those redirections.
About the website_toolbar controller
The websiteToolbarAction renders the whole Webin Toolbar, and if the logged in user doesn't have the required permission, an empty response is returned
1 Comment
Bertrand Dunogier
I'd actually rather refer to it as "Website toolbar" (and maybe mention later on in the text that it was also known as webin toolbar). We should also explain what it is about, what it does, and doesn't do.
Also, we might want to "hard tag" features as legacy when they are, implying that they won't be here when legacy gets ditched.