mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-05 02:19:43 +00:00
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:
@@ -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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user