diff options
Diffstat (limited to 'code_backend_theme/static/src/xml/top_bar.xml')
| -rw-r--r-- | code_backend_theme/static/src/xml/top_bar.xml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/code_backend_theme/static/src/xml/top_bar.xml b/code_backend_theme/static/src/xml/top_bar.xml new file mode 100644 index 0000000..703527c --- /dev/null +++ b/code_backend_theme/static/src/xml/top_bar.xml @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="utf-8"?> +<templates id="template" xml:space="preserve"> + <t t-inherit="web.Menu" t-inherit-mode="extension" owl="1"> + <xpath expr="//nav[hasclass('o_main_navbar')]" position="replace"> + <nav class="o_main_navbar"> + <div class="top_heading"> + <ul class="o_menu_apps"/> + <a class="o_menu_brand" role="button"/> + </div> + <ul class="o_menu_sections" role="menu"/> + <ul class="o_menu_systray topbar_icon" role="menu"/> + </nav> + </xpath> + </t> + <t t-inherit="web.AppsMenu" t-inherit-mode="extension" owl="1"> + <xpath expr="//li[hasclass('dropdown')]" position="replace"> + <li class="dropdown"> + <a id="openSidebar" style="display: block; cursor: pointer;"> + <i class="fa fa-bars fa-lg"/> + </a> + <a id="closeSidebar" style="display: none; cursor: pointer;"> + <i class="fa fa-bars fa-lg"/> + </a> + </li> + </xpath> + </t> + + <t t-inherit="web.UserMenu" t-inherit-mode="extension" owl="1"> + <xpath expr="//span[hasclass('oe_topbar_name')]" position="replace"> + <div class="oe_topbar_name"/> + </xpath> + </t> +</templates>
\ No newline at end of file |
