Monotone-Parent: 527b8fb043af42d5bcd6913397ab32e1bc42a27a

Monotone-Revision: ccfa7fe7bfe69f390c767dfec7587ed458a13dfa

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-10-16T18:49:25
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-10-16 18:49:25 +00:00
parent 56696d680a
commit 6f3742b3fa
4 changed files with 119 additions and 13 deletions
@@ -5,10 +5,19 @@
xmlns:const="http://www.skyrix.com/od/constant"
xmlns:rsrc="OGo:url"
xmlns:label="OGo:label">
<style type="text/css">
<var:foreach list="contacts" item="currentContactPerson">
.ownerIs<var:string value="currentContactLogin" />
{
background-color: <var:string value="currentContactSpanBG" /> !important;
}
</var:foreach>
</style>
<var:component className="UIxContactSelector"
const:selectorId="calendarsList"
const:hasCheckBoxes="YES"
const:checkBoxOnChange="return updateCalendarStatus(this);"
colors="colors"
contacts="contacts"
checkedBoxes="checkedContacts"
/>