Ignore:
Timestamp:
May 18, 2012 9:20:00 AM (12 years ago)
Author:
kroman0
Message:

Fixed syntax for python2.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.analytics/trunk/quintagroup/analytics/browser/type_by_state.pt

    r3407 r3464  
    1313            <ul class="formTabs" id="navigation"  tal:define="template_id template/getId"> 
    1414                <span tal:repeat="formTabItem view/analiticsNavigation"> 
    15                     <li class="formTab"><a tal:attributes="class python:'selected' if formTabItem['href'] in template_id else '';href python:formTabItem['href']" tal:content="python:formTabItem['content']">content</a></li> 
     15                    <li class="formTab"><a tal:attributes="class python:formTabItem['href'] in template_id and 'selected' or '';href python:formTabItem['href']" tal:content="python:formTabItem['content']">content</a></li> 
    1616                </span> 
    1717            </ul> 
Note: See TracChangeset for help on using the changeset viewer.