- Timestamp:
- 27 Sep 2005, 08:58:12 (19 years ago)
- 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 16 16 isPlone20 python: True"> 17 17 18 <div class="portletContent odd" id="portlet-navigation-tree">18 <div> 19 19 <tal:block tal:repeat="item items"> 20 20 <metal:item use-macro="context/portlet_menu/macros/item" /> 21 21 </tal:block> 22 22 </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="#" 26 25 tal:attributes="href string:${portal_url}/${menu/getMoreLink}" 27 26 i18n:translate="box_morelink">More...</a>
Note: See TracChangeset for help on using the changeset viewer.