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>
@@ -227,8 +227,8 @@
</div>
<!-- reminder -->
<md-checkbox ng-model="editor.component.$hasAlarm"
label:aria-label="Reminder:">
<var:string label:value="Reminder:"/>
label:aria-label="Reminder">
<var:string label:value="Reminder"/>
</md-checkbox>
<div class="sg-subcontent"
ng-show="editor.component.$hasAlarm">
@@ -48,14 +48,14 @@
<md-icon>access_time</md-icon>
<div layout="row" class="md-flex">
<div class="md-list-item-text" ng-show="viewer.component.startDate">
<p><var:string label:value="Start:"/></p>
<p><var:string label:value="Start"/></p>
<h3>
{{viewer.component.localizedStartDate}}
<span ng-hide="viewer.component.isAllDay"> {{viewer.component.localizedStartTime}}</span>
</h3>
</div>
<div class="md-list-item-text" ng-show="viewer.component.endDate">
<p><var:string label:value="End:"/></p>
<p><var:string label:value="End"/></p>
<h3>
{{viewer.component.localizedEndDate}}
<span ng-hide="viewer.component.isAllDay">{{viewer.component.localizedEndTime}}</span>
@@ -96,7 +96,7 @@
<!-- attendees -->
<md-list-item ng-show="viewer.component.attendees.length > 0">
<div class="pseudo-input-container">
<label class="pseudo-input-label"><var:string label:value="Attendees:"/></label>
<label class="pseudo-input-label"><var:string label:value="Attendees"/></label>
<!-- md-contact-chips don't support "readonly", so we build them using md-chips
in readonly mode and a template similar to the one of md-contact-chips -->
<md-chips class="md-contact-chips"
@@ -21,7 +21,7 @@
menuid="eventSearchMenu" />
</span>
<var:string label:value="View:" />
<var:string label:value="View" />
<var:popup list="filters"
const:id="filterpopup"
item="filter" string="filterLabel" value="filter"
+3 -3
View File
@@ -103,9 +103,9 @@
<div>
<h1>!- space -</h1>
<p><span>!- space -</span></p>
<p><span class="label"><var:string label:value="Calendar:" /></span> <span>!- space -</span></p>
<p><span class="label"><var:string label:value="Location:" /></span> <span>!- space -</span></p>
<p><span class="label"><var:string label:value="Created by:" /></span> <span>!- space -</span></p>
<p><span class="label"><var:string label:value="Calendar" /></span> <span>!- space -</span></p>
<p><span class="label"><var:string label:value="Location" /></span> <span>!- space -</span></p>
<p><span class="label"><var:string label:value="Created by" /></span> <span>!- space -</span></p>
<p class="description">!- space -</p>
</div>
</div>
+4 -4
View File
@@ -22,13 +22,13 @@
<table class="frame">
<tr>
<td style="width: 30%;">
<label id="labelTitle"><var:string label:value="Title:" /></label></td>
<label id="labelTitle"><var:string label:value="Title" /></label></td>
<td>
<input type="text" id="inputFieldTitle" value="" /></td>
</tr>
<tr>
<td>
<label><var:string label:value="Layout:" /></label></td>
<label><var:string label:value="Layout" /></label></td>
<td>
<var:popup list="printLayoutList" item="item"
const:id="printLayoutList"
@@ -64,7 +64,7 @@
<var:string label:value="Custom date range" /></label></td></tr>
<tr>
<td id="dateRangeFrom" name="dateRange">
<label id="labelFrom"><var:string label:value="From:" /></label>
<label id="labelFrom"><var:string label:value="From" /></label>
<var:component className="UIxDatePicker"
const:dateID="startingDate"
day="startDay"
@@ -73,7 +73,7 @@
label:label="Select starting date"/></td></tr>
<tr>
<td id="dateRangeTo" name="dateRange">
<label id="labelTo"><var:string label:value="To:" /></label>
<label id="labelTo"><var:string label:value="To" /></label>
<var:component className="UIxDatePicker"
const:dateID="endingDate"
day="endDay"
@@ -27,7 +27,7 @@
<var:if condition="isWebCalendar">
<md-input-container>
<label><var:string label:value="URL:"/></label>
<label><var:string label:value="URL"/></label>
<input var:value="webCalendarURL" ng-readonly="true"/>
</md-input-container>
</var:if>
@@ -54,7 +54,7 @@
<div layout="column" layout-padding="layout-padding">
<div class="sg-md-title"><var:string label:value="Public Access"/></div>
<md-input-container>
<label><var:string label:value="CalDAV URL: "/></label>
<label><var:string label:value="CalDAV URL"/></label>
<input var:value="publicCalDavURL" ng-readonly="true"/>
</md-input-container>
<md-input-container>
+25 -25
View File
@@ -40,54 +40,54 @@
<form var:href="saveURL" name="editform">
<div id="eventView">
<label><var:string label:value="Title:" /><span class="content"
<label><var:string label:value="Title" /><span class="content"
><input type="text" name="summary" id="summary"
class="textField"
var:value="title"
/></span></label>
<label><var:string label:value="Location:" /><span class="content"
<label><var:string label:value="Location" /><span class="content"
><input type="text" name="location" id="location"
class="textField"
var:value="location"
/></span></label>
<span class="checkBoxList"><var:string label:value="Category:" />
<span class="checkBoxList"><var:string label:value="Category" />
<span class="content"><var:popup const:id="categoryList"
list="categoryList" item="item"
label:noSelectionString="category_none"
string="item" selection="category"
/> <var:string label:value="Calendar:" />
/> <var:string label:value="Calendar" />
<var:popup const:id="calendarList"
var:disabled="isChildOccurence"
list="calendarList" item="item"
string="calendarDisplayName"
var:selection="componentCalendar"
/></span></span>
<span class="checkBoxList"><var:string label:value="Priority:" />
<span class="checkBoxList"><var:string label:value="Priority" />
<span class="content"><var:popup const:id="priorityList" list="priorities" item="item"
label:noSelectionString="prio_0"
string="itemPriorityText" selection="priority"/>
</span></span>
<var:if condition="hasOrganizer"
><label id="organizerLabel"><var:string label:value="Organizer:"
><label id="organizerLabel"><var:string label:value="Organizer"
/><span class="content"><a var:href="organizer.email" var:email="organizer.email.rfc822Email"
><var:string value="organizerName" /></a
></span></label>
</var:if>
<var:if condition="hasCreatedBy"
><label id="createdByLabel"><var:string label:value="Created by:"
><label id="createdByLabel"><var:string label:value="Created by"
/><span class="content"><a var:href="createdByLink" var:email="createdBy"
><var:string value="createdByName" /></a
></span></label>
</var:if>
<!--<var:if condition="canBeOrganizer"
><label id="organizerListLabel"><var:string label:value="Organizer:"
><label id="organizerListLabel"><var:string label:value="Organizer"
/><span class="content"><var:popup list="organizerList"
item="item" string="itemOrganizerText"
var:selection="organizerIdentity"/>
</span></label></var:if>-->
<var:component-content />
<hr />
<label><var:string label:value="Repeat:" />
<label><var:string label:value="Repeat" />
<span class="content"><var:popup list="repeatList" item="item"
label:noSelectionString="repeat_NEVER"
var:disabled="isChildOccurence"
@@ -98,7 +98,7 @@
/> <a href="#" id="repeatHref" style="display: none;"
><var:string label:value="Edit"/></a></span></label>
<hr />
<label><var:string label:value="Reminder:" />
<label><var:string label:value="Reminder" />
<span class="content"><var:popup list="reminderList" item="item"
const:disabledValue="-"
label:noSelectionString="reminder_NONE"
@@ -108,9 +108,9 @@
/> <a href="#" id="reminderHref" style="display: none;"
><var:string label:value="Edit"/></a></span></label>
<hr />
<label id="commentArea"><var:string label:value="Description:"
<label id="commentArea"><var:string label:value="Description"
/><span class="content"><textarea rows="20" name="comment" var:value="comment" /></span></label>
<label id="documentLabel" style="display: none;"><var:string label:value="Document:"
<label id="documentLabel" style="display: none;"><var:string label:value="Document"
/><span class="content"
><a href="#" id="documentHref"><!-- space --></a
><a id="changeAttachButton" class="button" var:href="#"
@@ -190,45 +190,45 @@
<div id="eventView">
<label class="calendarName"><var:string var:value="componentCalendarName" /></label>
<div id="generalDiv">
<label class="title titleNoSpace"><var:string label:value="General:" />
<label class="title titleNoSpace"><var:string label:value="General" />
<span class="content headerContent"><!-- line --></span>
</label>
<label><var:string label:value="Title:" />
<label><var:string label:value="Title" />
<span class="content"><var:string var:value="title"/></span>
</label>
<var:if condition="hasLocation">
<label><var:string label:value="Location:" />
<label><var:string label:value="Location" />
<span class="content"><var:string var:value="location" /></span>
</label>
</var:if>
<var:if condition="hasCategory">
<label><var:string label:value="Category:" />
<label><var:string label:value="Category" />
<span class="content"><var:string var:value="category" /></span>
</label>
</var:if>
<var:if condition="hasPriority">
<label><var:string label:value="Priority:" />
<label><var:string label:value="Priority" />
<span class="content"><var:string var:value="priority"/></span>
</label>
</var:if>
<var:component-content />
<var:if condition="hasRepeat">
<label><var:string label:value="Repeat:" />
<label><var:string label:value="Repeat" />
<span class="content"><var:string var:value="repeatLabel" /></span>
</label>
</var:if>
<label id="documentLabel" style="display: none;"><var:string label:value="Document:" />
<label id="documentLabel" style="display: none;"><var:string label:value="Document" />
<span class="content"><a href="#" id="documentHref"><!-- space --></a></span>
</label>
<var:if condition="hasAttendees">
<label id="organizerLabel"><var:string label:value="Organizer:"/>
<label id="organizerLabel"><var:string label:value="Organizer"/>
<span class="content"><a var:href="organizer.email" var:email="organizer.email.rfc822Email"
><var:string value="organizerName" /></a
></span>
</label>
</var:if>
<var:if condition="hasCreatedBy">
<label id="createdByLabel"><var:string label:value="Created by:"/>
<label id="createdByLabel"><var:string label:value="Created by"/>
<span class="content"><a var:href="createdBy" var:email="createdBy"
><var:string value="createdByName" /></a
></span>
@@ -238,7 +238,7 @@
<var:if condition="userHasRSVP">
<form var:href="rsvpURL" name="rsvpform">
<label><var:string label:value="Reply:" />
<label><var:string label:value="Reply" />
<span class="content"><var:popup list="replyList" item="item"
const:name="replyList"
const:id="replyList"
@@ -276,7 +276,7 @@
id="reminderEmailAttendees"
var:value="reminderEmailAttendees"/>
<label><var:string label:value="Reminder:" />
<label><var:string label:value="Reminder" />
<span class="content"><var:popup list="reminderList" item="item"
const:disabledValue="-"
label:noSelectionString="reminder_NONE"
@@ -290,7 +290,7 @@
</div>
<var:if condition="hasAttendees">
<div id="attendeesDiv">
<label class="title"><var:string label:value="Attendees:" />
<label class="title"><var:string label:value="Attendees" />
<span class="content headerContent"><!-- line --></span>
</label>
<label id="attendeesLabel">
@@ -310,7 +310,7 @@
</var:if>
<var:if condition="hasComment">
<div id="descriptionDiv">
<label class="title"><var:string label:value="Description:" />
<label class="title"><var:string label:value="Description" />
<span class="content headerContent"><!-- line --></span>
</label>
<label><span class="content">
+6 -6
View File
@@ -14,7 +14,7 @@
var:saveURL="saveURL">
<var:if condition="eventIsReadOnly" const:negate="YES">
<span class="checkBoxList"><var:string label:value="Start:" />
<span class="checkBoxList"><var:string label:value="Start" />
<span class="content"><input var:checked="hasStartDate"
id="startDateCB" type="checkbox" class="checkBox"
onchange="onTimeControlCheck(this);"
@@ -25,7 +25,7 @@
const:dayStartHour="0"
const:dayEndHour="23"
/></span></span>
<span class="checkBoxList"><var:string label:value="Due Date:" />
<span class="checkBoxList"><var:string label:value="Due Date" />
<span class="content"><input var:checked="hasDueDate"
id="dueDateCB" type="checkbox" class="checkBox"
onchange="onTimeControlCheck(this);"
@@ -36,7 +36,7 @@
const:dayStartHour="0"
const:dayEndHour="23"
/></span></span>
<span class="checkBoxList"><var:string label:value="Status:" />
<span class="checkBoxList"><var:string label:value="Status" />
<span class="content"><var:popup list="statusList" item="item"
const:id="statusList"
label:noSelectionString="status_NOT-SPECIFIED"
@@ -58,16 +58,16 @@
</var:if>
<var:if condition="eventIsReadOnly">
<var:if condition="hasStartDate">
<label><var:string label:value="Start:" />
<label><var:string label:value="Start" />
<span class="content"><var:string var:value="taskStartDateTimeText" /></span>
</label>
</var:if>
<var:if condition="hasDueDate">
<label><var:string label:value="Due Date:" />
<label><var:string label:value="Due Date" />
<span class="content"><var:string var:value="taskDueDateTimeText" /></span>
</label>
</var:if>
<span class="checkBoxList"><var:string label:value="Status:" />
<span class="checkBoxList"><var:string label:value="Status" />
<span class="content"><var:string var:value="itemStatusText"
/><var:if condition="statusDateDisabled" const:negate="YES"> <var:string var:value="statusDateText"/></var:if
><var:if condition="statusPercentDisabled" const:negate="YES"> (<var:string var:value="statusPercent"/> <var:string label:value="% complete"/>)</var:if>
@@ -190,8 +190,8 @@
</div>
<!-- reminder -->
<md-checkbox ng-model="editor.component.$hasAlarm"
label:aria-label="Reminder:">
<var:string label:value="Reminder:"/>
label:aria-label="Reminder">
<var:string label:value="Reminder"/>
</md-checkbox>
<div class="sg-subcontent"
ng-show="editor.component.$hasAlarm">
@@ -47,14 +47,14 @@
<md-icon>access_time</md-icon>
<div layout="row" class="md-flex">
<div class="md-list-item-text" ng-show="viewer.component.startDate">
<p><var:string label:value="Start:"/></p>
<p><var:string label:value="Start"/></p>
<h3>
{{viewer.component.localizedStartDate}}
<span ng-hide="viewer.component.isAllDay"> {{viewer.component.localizedStartTime}}</span>
</h3>
</div>
<div class="md-list-item-text" ng-show="viewer.component.dueDate">
<p><var:string label:value="Due Date:"/></p>
<p><var:string label:value="Due Date"/></p>
<h3>
{{viewer.component.localizedDueDate}}
<span ng-hide="viewer.component.isAllDay">{{viewer.component.localizedDueTime}}</span>