Changeset 46421

Show
Ignore:
Timestamp:
06/12/06 19:58:14 (4 years ago)
Author:
lregebro
Message:

- #1670: Bugs in event status display.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Zope2/CalZope/trunk/CHANGES

    r46420 r46421  
    88~~~~~~~~~~ 
    99- #1668: The jscalendars support for Portugese Brazilian didn't work. 
     10- #1670: Bugs in event status display. 
    1011New internal features: 
    1112~~~~~~~~~~~~~~~~~~~~~~ 
  • Zope2/CalZope/trunk/browser/event.pt

    r35103 r46421  
    216216                    status python: event.getParticipationStatus(attendee); 
    217217                    statuslist python: management.validStatusList(attendee); 
    218                     needsaction python: statuslist and status == 'needs-action';" 
     218                    needsaction python: statuslist and status == 'NEEDS-ACTION';" 
    219219                  > 
    220220                  <td tal:condition="not: needsaction"> 
     
    224224                    <a 
    225225                      tal:attributes="href string:${context/absolute_url}/attendees.html" 
    226                       tal:content="status" 
     226                      tal:content="status" i18n:translate="" 
    227227                    /> 
    228228                  </td>