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
RevLine 
[1194]1<tal:tabs tal:condition="view/portal_tabs"
2          i18n:domain="plone">
[1182]3    <h5 class="hiddenStructure" i18n:translate="heading_sections">Sections</h5>
4    <div id="portal-globalnav">
5        <div class="csshover">
[1194]6            <ul class="globalSections">
7                <li tal:replace="structure view/createMenu">
8                    DropDown Menu
9                </li>
10                <li class="invisibleHeightKeeper">&nbsp;</li>
[1182]11            </ul>
12        </div>
[2702]13      <div class="visualClear"><!-- --></div>
[1182]14    </div>
15</tal:tabs>
Note: See TracBrowser for help on using the repository browser.