Changeset 3642 in products
- Timestamp:
- Apr 4, 2013 12:19:16 PM (12 years ago)
- Location:
- quintagroup.dropdownmenu/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
quintagroup.dropdownmenu/trunk/docs/HISTORY.txt
r3637 r3642 1 1 Changelog 2 2 ========= 3 4 1.2.13 - April 04, 2013 5 6 * Use getRemoteUrl for links [kroman0] 3 7 4 8 1.2.12 - April 02, 2013 -
quintagroup.dropdownmenu/trunk/quintagroup/dropdownmenu/browser/templates/sections_recurse.pt
r3631 r3642 8 8 is_in_path node/currentParent; 9 9 li_id string:portaltab-${node/id}-level$level; 10 item_url node/getURL; 11 item_remote_url node/getRemoteUrl; 12 link_remote node/link_remote|nothing; 13 item_url python:link_remote and item_remote_url or item_url; 10 14 li_curr_class python:is_current and 'selected' or ''; 11 15 li_extr_class python:(is_in_path and not is_current) and 'selected' or ''; … … 20 24 item_type node/normalized_portal_type | nothing; 21 25 a_class python:children and 'hasChildrens' or nothing" 22 ><a tal:attributes="href node/getURL;26 ><a tal:attributes="href item_url; 23 27 title node/Description|nothing; 24 28 class a_class" -
quintagroup.dropdownmenu/trunk/setup.py
r3637 r3642 2 2 import os 3 3 4 version = '1.2.1 2'4 version = '1.2.13' 5 5 6 6 tests_require = ['zope.testing',
Note: See TracChangeset
for help on using the changeset viewer.