Ignore:
Timestamp:
Feb 13, 2013 4:23:54 PM (11 years ago)
Author:
kroman0
Message:

Wraped mobile menu in div

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.dropdownmenu/trunk/quintagroup/dropdownmenu/browser/templates/sections_recurse.pt

    r3628 r3630  
    2727                                tal:attributes="class python: plonefour and show_icons and item_type and 'contenttype-'+ item_type or nothing" 
    2828                            >Selected Item Title</span 
    29                     ></a 
    30                 ><ul tal:attributes="class python:'globalSectionsLevel'+str(level)" 
    31                        tal:condition="python: len(children) > 0 and show_children" 
    32                     ><li tal:replace="structure python:view.recurse(children=children, level=level+1)" 
    33                         >SubMenu</li 
    34                     ></ul 
    35                 ></tal:level 
    36             ></li 
    37         ></tal:navitem 
    38     ></metal:main 
    39 ></tal:master> 
     29                        ></a 
     30                    ><ul tal:attributes="class python:'globalSectionsLevel'+str(level)" 
     31                         tal:condition="python: len(children) > 0 and show_children" 
     32                        ><li tal:replace="structure python:view.recurse(children=children, level=level+1)" 
     33                            >SubMenu</li 
     34                        ></ul 
     35                    ></tal:level 
     36                ></li 
     37            ></tal:navitem 
     38        ></metal:main 
     39    ></tal:master 
     40> 
Note: See TracChangeset for help on using the changeset viewer.