mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-23 04:15:26 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user