Arrange action buttons of toolbar properly
After #1690 (closed) is completed, we will have in the app.html template a block for toolbar. Organize all apps to place their toolbar buttons in that block. Currently, they are scattered in various other blocks.
-
In apps.html, inside toolbar block add another block called 'toolbar_pre' and keep it empty. -
In each app that has a toolbar button, override toolbar_pre block and move all the buttons into that block. -
Ensure that they all use the button-toolbar styling of bootstrap: https://getbootstrap.com/docs/3.3/components/#btn-groups-toolbar