Removed attendees when looking at a read-only task

Monotone-Parent: a1e57050a74f60b51f4353a56736984146736973
Monotone-Revision: 7fdf5019b42b8f7abfe4265a47d3175189493e24

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2009-08-06T22:03:58
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle 2009-08-06 22:03:58 +00:00
parent ee1e2a3f7d
commit 2f3758efa6
2 changed files with 8 additions and 9 deletions

View file

@ -13,6 +13,10 @@
var:component="event"
var:saveURL="saveURL">
<label id="attendeesLabel"><var:string label:value="Attendees:"
/><span class="content"
><a href="#" id="attendeesHref"><!-- space --></a></span></label>
<hr />
<var:if condition="eventIsReadOnly" const:negate="YES">
<div class="menu" id="attendeesMenu">
<ul>

View file

@ -68,10 +68,6 @@
item="item" string="itemOrganizerText"
var:selection="organizerIdentity"/>
</span></label></var:if>-->
<label id="attendeesLabel"><var:string label:value="Attendees:"
/><span class="content"
><a href="#" id="attendeesHref"><!-- space --></a></span></label>
<hr />
<var:component-content />
<hr />
<label><var:string label:value="Repeat:" />
@ -231,6 +227,7 @@
</label>-->
</var:if>
</div>
<var:if condition="hasAttendees">
<div id="attendeesDiv">
<label class="title"><var:string label:value="Attendees:" />
<span class="content headerContent">
@ -241,6 +238,7 @@
</div></span>
</label>
</div>
</var:if>
<var:if condition="hasComment">
<div id="descriptionDiv">
<label class="title"><var:string label:value="Description:" />
@ -253,11 +251,8 @@
</label>
</div>
</var:if>
<!--
<label id="attendeesLabel"><var:string label:value="Attendees:"
/><span class="content"
><a href="#" id="attendeesHref"</a></span></label>x-->
<input type="hidden" name="attach" id="attach" var:value="attach"/>
<input type="hidden" name="attach" id="attach" var:value="attach"/>
<input type="hidden" name="privacy" id="privacy"
var:value="privacy"/>
<input type="hidden" name="attendeesNames" id="attendeesNames"