Monotone-Parent: fc8a386bb7a8ed33f9aa40e7912eb09eeba0e6cb

Monotone-Revision: 3788093156db6417b60bcf6e46c839e8ce8781a8

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2008-11-07T20:03:12
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2008-11-07 20:03:12 +00:00
parent 0d880248ba
commit ce7a04c90c
3 changed files with 12 additions and 9 deletions

View File

@@ -22,19 +22,19 @@
</ul>
</div>
<label><span id="allDay" class="content"><input class="checkBox"
type="checkbox" var:selection="isAllDay"
var:checked="isAllDay"
/><var:string label:value="All day Event"
/></span></label>
<label><span id="isOpque" class="content"
<label><span class="content"
><var:string label:value="Show Time as"
/> <var:popup list="transparencyList" item="item"
const:name="transparencyList"
const:id="transparencyList"
string="itemTransparencyText"
var:selection="transparency"
/></span></label>
/>
<span class="allDay"><input class="checkBox"
type="checkbox" var:selection="isAllDay"
var:checked="isAllDay"
/> <var:string label:value="All day Event"
/></span></span></label>
<span class="checkBoxList"><var:string label:value="Start:" />
<span class="content"><var:component className="UIxTimeDateControl"
const:controlID="startTime"

View File

@@ -44,7 +44,7 @@
<span class="content"><var:popup list="categoryList" item="item"
label:noSelectionString="category_NONE"
string="itemCategoryText" selection="category"
/><var:string label:value="Calendar:" />
/> <var:string label:value="Calendar:" />
<var:popup const:id="calendarList"
var:disabled="isChildOccurence"
list="calendarList" item="item"

View File

@@ -2,4 +2,7 @@ SELECT#calendarList
{ width: 16em; }
#attendeesLabel
{ display: none; }
{ display: none; }
SPAN.timeDateControl A.button
{ border: 0; }