~vauxoo/web-addons/7.0-web_hideleftmenu8

« back to all changes in this revision

Viewing changes to web_hideleftmenu/static/src/xml/lib.xml

  • Committer: Nhomar Hernandez
  • Date: 2013-03-18 00:33:59 UTC
  • Revision ID: nhomar@gmail.com-20130318003359-06fzfugyv6jc9tuk
[ADD] Menu to hide left menu

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<templates id="template" xml:space="preserve">
 
3
    <t t-extend="UserMenu">
 
4
        <t t-jquery="ul.oe_dropdown_menu li:last" t-operation="after">
 
5
                <li class="oe_hidemenu">
 
6
                    <a href="#">Hide/Show Menu</a>
 
7
                </li>
 
8
        </t>
 
9
    </t>
 
10
</templates>