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

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

add registration for csshover configlet, moved here csshover.htc as browser view with content-type x-component, started with customization of global sections viewlet, move css from qPloneDropDownMenu product, added TODO.txt

  • Property svn:eol-style set to native
File size: 444 bytes
Line 
1<tal:tabs i18n:domain="plone">
2    <h5 class="hiddenStructure" i18n:translate="heading_sections">Sections</h5>
3    <div id="portal-globalnav">
4        <div class="csshover">
5            <ul>
6               <span tal:replace="structure context/portal_properties/dropdownmenu_properties/menu|string:qPloneDropDownMenu broken" />
7               <li class="invisibleHeightKeeper">&nbsp;</li>
8            </ul>
9        </div>
10    </div>
11</tal:tabs>
Note: See TracBrowser for help on using the repository browser.