mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-07 01:15:09 +00:00
Monotone-Parent: 9644df847f3d64262029a478a7508355366a0d57
Monotone-Revision: 24aa8e2c1d2f2c9fdab5c5ebabfa870aac732d46 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2008-12-05T16:11:54 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -184,7 +184,7 @@
|
||||
<tr>
|
||||
<td valign="top"><var:string label:value="Attendees"/>:</td>
|
||||
<td>
|
||||
<var:foreach list="inEvent.participants" item="attendee">
|
||||
<var:foreach list="authorativeEvent.participants" item="attendee">
|
||||
<a var:href="attendee.email"><var:string value="attendeeForDisplay"/></a>
|
||||
(<var:string label:value="$attendee.partStatWithDefault" />)
|
||||
<br />
|
||||
@@ -192,7 +192,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<var:if condition="inEvent.comment.isNotEmpty">
|
||||
<var:if condition="authorativeEvent.comment.isNotEmpty">
|
||||
<tr> <!-- description in iCal -->
|
||||
<td valign="top"><var:string label:value="Comment"/>:</td>
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user