sogo/UI/Templates/SchedulerUI/UIxCalCalendarsListView.wox
Wolfgang Sourdeau 6211790491 Monotone-Parent: eab1666fe69cee8d23192a1c3ce06a584278bb13
Monotone-Revision: 46cfc558341a7482d8ce926d2a12cd80e68a2c98

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-11-13T22:32:04
Monotone-Branch: ca.inverse.sogo
2006-11-13 22:32:04 +00:00

29 lines
1,012 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~='appointmentView'].ownerIs<var:string value="currentContactLogin" />
{
border: 1px solid <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>