sogo/UI/Templates/SchedulerUI/UIxCalCalendarsListView.wox
Wolfgang Sourdeau 2c1c56956f Monotone-Parent: 3539ecd8be9d6a343ed36dd75849ea9713497066
Monotone-Revision: 1b12beb00e557f3ecfec3bb87a586b501981fced

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-12-19T17:06:07
Monotone-Branch: ca.inverse.sogo
2006-12-19 17:06:07 +00:00

28 lines
942 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"
colors="colors"
contacts="contacts"
checkedBoxes="checkedContacts"
/>
</container>