Removing colons

This commit is contained in:
Luc Charland
2015-07-31 14:14:30 -04:00
parent 90b7ce7ec3
commit 2f8f8c78f7
178 changed files with 2360 additions and 2354 deletions
@@ -24,7 +24,7 @@
<li class="separator"><!-- separator --></li>
</ul>
</div>
<label id="attendeesLabel"><var:string label:value="Attendees:"
<label id="attendeesLabel"><var:string label:value="Attendees"
/><span class="content"
><a href="#" id="attendeesHref"><!-- space --></a></span></label>
<hr />
@@ -34,14 +34,14 @@
var:checked="isAllDay"
/> <var:string label:value="All day Event"
/></span></span></label>
<span class="checkBoxList"><var:string label:value="Start:" />
<span class="checkBoxList"><var:string label:value="Start" />
<span class="content"><var:component className="UIxTimeDateControl"
const:controlID="startTime"
date="aptStartDate"
const:dayStartHour="0"
const:dayEndHour="23"
/></span></span>
<span class="checkBoxList"><var:string label:value="End:" />
<span class="checkBoxList"><var:string label:value="End" />
<span class="content"><var:component className="UIxTimeDateControl"
const:controlID="endTime"
date="aptEndDate"
@@ -64,20 +64,20 @@
</var:if>
<var:if condition="eventIsReadOnly">
<var:if condition="isAllDay">
<label><var:string label:value="Start:" />
<label><var:string label:value="Start" />
<span class="content"><var:string var:value="aptStartDateText"/> (<var:string label:value="All day Event"/>)</span>
</label>
<var:if condition="startDateIsEqualToEndDate" const:negate="YES">
<label><var:string label:value="End:" />
<label><var:string label:value="End" />
<span class="content"><var:string var:value="aptEndDateText" /></span>
</label>
</var:if>
</var:if>
<var:if condition="isAllDay" const:negate="YES">
<label><var:string label:value="Start:" />
<label><var:string label:value="Start" />
<span class="content"><var:string var:value="aptStartDateTimeText" /></span>
</label>
<label><var:string label:value="End:" />
<label><var:string label:value="End" />
<span class="content"><var:string var:value="aptEndDateTimeText" /></span>
</label>
</var:if>