Changeset 46421
- Timestamp:
- 06/12/06 19:58:14 (4 years ago)
- Files:
-
- Zope2/CalZope/trunk/CHANGES (modified) (1 diff)
- Zope2/CalZope/trunk/browser/event.pt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
Zope2/CalZope/trunk/CHANGES
r46420 r46421 8 8 ~~~~~~~~~~ 9 9 - #1668: The jscalendars support for Portugese Brazilian didn't work. 10 - #1670: Bugs in event status display. 10 11 New internal features: 11 12 ~~~~~~~~~~~~~~~~~~~~~~ Zope2/CalZope/trunk/browser/event.pt
r35103 r46421 216 216 status python: event.getParticipationStatus(attendee); 217 217 statuslist python: management.validStatusList(attendee); 218 needsaction python: statuslist and status == ' needs-action';"218 needsaction python: statuslist and status == 'NEEDS-ACTION';" 219 219 > 220 220 <td tal:condition="not: needsaction"> … … 224 224 <a 225 225 tal:attributes="href string:${context/absolute_url}/attendees.html" 226 tal:content="status" 226 tal:content="status" i18n:translate="" 227 227 /> 228 228 </td>
