Removing colons

Conflicts:

	UI/Templates/ContactsUI/UIxContactEditorTemplate.wox
	UI/Templates/ContactsUI/UIxContactFolderLinksTemplate.wox
	UI/Templates/MailerUI/UIxMailMainFrame.wox
	UI/Templates/MainUI/SOGoRootPage.wox
	UI/Templates/PreferencesUI/UIxAccountEditor.wox
	UI/Templates/PreferencesUI/UIxPreferences.wox
	UI/Templates/SchedulerUI/UIxAppointmentEditorTemplate.wox
	UI/Templates/SchedulerUI/UIxAppointmentViewTemplate.wox
	UI/Templates/SchedulerUI/UIxCalMainView.wox
	UI/Templates/SchedulerUI/UIxCalendarFolderLinksTemplate.wox
	UI/Templates/SchedulerUI/UIxTaskEditorTemplate.wox
	UI/Templates/SchedulerUI/UIxTaskViewTemplate.wox
	UI/WebServerResources/angular-material
This commit is contained in:
Luc Charland
2015-08-03 10:12:02 -04:00
committed by Ludovic Marcotte
parent 490354427d
commit 2d33b01f31
176 changed files with 3625 additions and 2335 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>