sogo/UI/Templates/SchedulerUI/UIxCalCalendarsListView.wox
Wolfgang Sourdeau 8396a7ce9c Monotone-Parent: 1902c1f34fcbccd0259f57c3d5178b5275836793
Monotone-Revision: 0165c0e8d523395931f2e0787733053d5b0457e4

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-11-15T00:09:10
Monotone-Branch: ca.inverse.sogo
2006-11-15 00:09:10 +00:00

29 lines
1,008 B
XML

<?xml version="1.0" standalone="yes"?>
<container
xmlns="http://www.w3.org/1999/xhtml"
xmlns:var="http://www.skyrix.com/od/binding"
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;
}
DIV[class~='appointment'].ownerIs<var:string value="currentContactLogin" />
{
background-color: <var:string value="currentContactAptBorder" /> !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"
/>
</container>