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

Last change on this file since 2702 was 2702, checked in by fenix, 14 years ago

fixed bug.

  • Property svn:eol-style set to native
File size: 538 bytes
Line 
1<tal:tabs tal:condition="view/portal_tabs"
2          i18n:domain="plone">
3    <h5 class="hiddenStructure" i18n:translate="heading_sections">Sections</h5>
4    <div id="portal-globalnav">
5        <div class="csshover">
6            <ul class="globalSections">
7                <li tal:replace="structure view/createMenu">
8                    DropDown Menu
9                </li>
10                <li class="invisibleHeightKeeper">&nbsp;</li>
11            </ul>
12        </div>
13      <div class="visualClear"><!-- --></div>
14    </div>
15</tal:tabs>
Note: See TracBrowser for help on using the repository browser.