Changeset 17


Ignore:
Timestamp:
27 Sep 2005, 08:58:12 (19 years ago)
Author:
Henrik Bettermann
Message:

portlet_navtree_macro.pt added

Location:
waeup_cms/trunk/skins/WAEUP
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • waeup_cms/trunk/skins/WAEUP/portlet_menu.pt

    r15 r17  
    1616                     isPlone20 python: True">
    1717         
    18       <div class="portletContent odd" id="portlet-navigation-tree">
     18      <div>
    1919        <tal:block tal:repeat="item items">
    2020            <metal:item use-macro="context/portlet_menu/macros/item" />
    2121        </tal:block>
    2222      </div>
    23       <div class="portletContent odd" style="padding-top: 0"
    24            tal:condition="python: menu.portal_type=='TaskMenu' and menu.getMoreLink()">
    25         <a href="#" class="portletMore"
     23      <div tal:condition="python: menu.portal_type=='TaskMenu' and menu.getMoreLink()">
     24        <a href="#"
    2625           tal:attributes="href string:${portal_url}/${menu/getMoreLink}"
    2726           i18n:translate="box_morelink">More...</a>
Note: See TracChangeset for help on using the changeset viewer.