Ignore:
Timestamp:
Jul 30, 2009 3:06:20 PM (15 years ago)
Author:
piv
Message:

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

File:
1 edited

Legend:

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

    r1182 r1194  
    1 <tal:tabs i18n:domain="plone"> 
     1<tal:tabs tal:condition="view/portal_tabs" 
     2          i18n:domain="plone"> 
    23    <h5 class="hiddenStructure" i18n:translate="heading_sections">Sections</h5> 
    34    <div id="portal-globalnav"> 
    45        <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> 
     6            <ul class="globalSections"> 
     7                <li tal:replace="structure view/createMenu"> 
     8                    DropDown Menu 
     9                </li> 
     10                <li class="invisibleHeightKeeper">&nbsp;</li> 
    811            </ul> 
    912        </div> 
Note: See TracChangeset for help on using the changeset viewer.