Ignore:
Timestamp:
May 24, 2011 1:25:32 PM (13 years ago)
Author:
zidane
Message:

revert changes

File:
1 edited

Legend:

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

    r3219 r3220  
    1212                is_current      node/currentItem; 
    1313                is_in_path      node/currentParent; 
    14                 is_first        repeat/node/start; 
    15                 is_last         repeat/node/end; 
    1614                li_curr_class   python:is_current and 'selected' or ''; 
    1715                li_extr_class   python:(is_in_path and not is_current) and 'selected' or ''; 
    18                 li_extr_class   python:is_first and 'ddmisfirst '+li_extr_class or li_extr_class; 
    19                 li_extr_class   python:is_last and 'ddmislast '+li_extr_class or li_extr_class; 
    2016                li_extr_class   python:(not (is_in_path or is_current)) and li_extr_class + 'plain' or li_extr_class; 
    2117                item_type       node/normalized_portal_type | nothing; 
Note: See TracChangeset for help on using the changeset viewer.