N°2847 - Rework iTopWebPage layout (WIP Part VIII)

- Navigation menu: Change scrollbar color to something more visible
- Navigation menu: Close drawer when filter focused and "Escape" key hit
- Top bar: Fix element's ID in its standard delivery
- Top bar: Fix drawers opening under the top bar but above the main content
- iTopWebPage: Add AddUiBlock() method to easily add a layout/component in the page
- iTopWebPage: Fix Header/Footer parts (formerly North/South Panels) and Banner part
- WebPage: Handle duplicate stylesheets (like it was already doing for JS scripts)
This commit is contained in:
Molkobain
2020-07-30 17:42:43 +02:00
parent f59de920c1
commit 61d611c136
10 changed files with 80 additions and 25 deletions

View File

@@ -0,0 +1,3 @@
{% if aLayouts.sHeader is not empty %}
<div id="ibo-page-header" data-role="ibo-page-header">{{ aLayouts.sHeader|raw }}</div>
{% endif %}