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

Last change on this file since 1194 was 1194, checked in by piv, 15 years ago

make viewlet work with portal_actions (though need some fixes yet), add manifest, add css w/o dtml injections, fix settings interface

  • Property svn:eol-style set to native
File size: 492 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>
14</tal:tabs>
Note: See TracBrowser for help on using the repository browser.