Monotone-Parent: 18d70a69585e845806c3fd2a5fc7b6fcb24e4eac

Monotone-Revision: ec1c5482096520dcce67fb8fb90271b5a7097f9e

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-03-30T18:10:31
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-03-30 18:10:31 +00:00
parent f1d8a7bef8
commit 7905ad9648
@@ -33,7 +33,7 @@
</legend>
<var:if condition="inCalendar.method" const:value="REQUEST">
<!-- var:if condition="inCalendar.method" const:value="REQUEST" -->
<!-- sent to attendees to propose or update a meeting -->
<var:if condition="isLoggedInUserAnAttendee">
<p class="uix_ical_toolbar">
@@ -61,7 +61,7 @@
<var:string label:value="request_info_no_attendee" />
</p>
</var:if>
</var:if>
<!-- var:if -->
<var:if condition="inCalendar.method" const:value="REPLY">
@@ -173,8 +173,7 @@
<td valign="top"><var:string label:value="Attendees"/>:</td>
<td>
<var:foreach list="authorativeEvent.participants" item="attendee">
<a var:href="attendee.email"
><var:string value="attendee.cnForDisplay" /></a>
<a var:href="attendee.email"><var:string value="attendeeForDisplay"/></a>
(<var:string label:value="$attendee.partStatWithDefault" />)
<br />
</var:foreach>