sogo/UI/Templates/SchedulerUI/UIxCalCalendarsListView.wox
Wolfgang Sourdeau f8e3c30e2c Monotone-Parent: 55b46093b748e72cd037f89dc45b4785c5466dc6
Monotone-Revision: 3292f2d387157f6c1152305848b550e74545263e

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-03-12T23:06:48
Monotone-Branch: ca.inverse.sogo
2007-03-12 23:06:48 +00:00

24 lines
759 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;
}
</var:foreach>
</style>
<var:component className="UIxContactSelector"
const:selectorId="calendarsList"
const:hasCheckBoxes="YES"
colors="colors"
contacts="contacts"
checkedBoxes="checkedContacts"
/>
</container>