source: products/quintagroup.dropdownmenu/trunk/quintagroup/dropdownmenu/browser/templates/sections.pt

Last change on this file was 3657, checked in by gvizdyk, 11 years ago

updated condition for 'mobileMenu'

  • Property svn:eol-style set to native
File size: 811 bytes
Line 
1<tal:tabs tal:define="menu view/createMenu"
2          tal:condition="menu"
3          i18n:domain="plone"
4    ><p class="hiddenStructure"
5        i18n:translate="heading_sections"
6        >Navigation</p
7    ><ul id="portal-globalnav"
8         tal:attributes="class python:view.conf.mobile_menu and 'mobileMenuOn' or nothing"
9        ><li tal:replace="structure menu"
10            >DropDown Menu</li
11        ></ul
12    ><div class="mobileMenu"
13          tal:condition="view/conf/mobile_menu"
14        ><select id="portal-globalnav-mobile"
15                 tal:content="structure view/createMenuMobile"
16                 onchange="location = this.options[this.selectedIndex].value;"
17            ><option value="" selected="selected"
18                >Menu</option
19            ></select
20        ></div
21    ></tal:tabs
22>
Note: See TracBrowser for help on using the repository browser.