if (event.r) {
div.insert(' ')
.insert(new Element('img', { src: Kronolith.conf.URI_IMG + 'recur-' + Kronolith.conf.calendars[calendar[0]][calendar[1]].fg.substr(1) + '.png', title: Kronolith.text.recur[event.r] }));
+ } else if (event.bid) {
+ div.insert(' ')
+ .insert(new Element('img', { src: Kronolith.conf.URI_IMG + 'exception-' + Kronolith.conf.calendars[calendar[0]][calendar[1]].fg.substr(1) + '.png', title: Kronolith.text.recur['Exception'] }));
}
return div;
},
Horde_Date_Recurrence::RECUR_YEARLY_WEEKDAY) as $recurType) {
$code['text']['recur'][$recurType] = self::recurToString($recurType);
}
+ $code['text']['recur']['Exception'] = _("Exception");
// Maps
$code['conf']['maps'] = $GLOBALS['conf']['maps'];