mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-09 02:15:08 +00:00
When viewing read-only event, organizer is shown only if event has attendees
Monotone-Parent: 1857b430e01dba18873b059ee5977d9ca10bea8e Monotone-Revision: 09a0f45d386d7951e7a9222e26d26b67281bf847 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2009-07-30T01:07:17 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -203,9 +203,11 @@
|
||||
<label id="documentLabel" style="display: none;"><var:string label:value="Document:" />
|
||||
<span class="content"><a href="#" id="documentHref"><!-- space --></a></span>
|
||||
</label>
|
||||
<label id="organizerLabel"><var:string label:value="Organizer:"/>
|
||||
<var:if condition="hasAttendees">
|
||||
<label id="organizerLabel"><var:string label:value="Organizer:"/>
|
||||
<span class="content"><var:string value="organizerName"/></span>
|
||||
</label>
|
||||
</label>
|
||||
</var:if>
|
||||
<var:if condition="userIsAttendee">
|
||||
<label><var:string label:value="Reply:" />
|
||||
<span class="content"><var:popup list="replyList" item="item"
|
||||
|
||||
Reference in New Issue
Block a user