recurs() &&
($GLOBALS['injector']->getInstance('Horde_Core_Perms')->hasAppPermission('max_events') === true ||
$GLOBALS['injector']->getInstance('Horde_Core_Perms')->hasAppPermission('max_events') > Kronolith::countEvents())): ?>
|
and all future occurences, all occurences, or save this event as new?") ?>
|
|
" />
link(array('class' => 'horde-cancel')) . _("Cancel") . '' ?>
|
|
|
|
|
|
|
|
status) ?>
|
|
private) echo ' checked="checked"' ?> />
|
alarm) {
$alarm_set = true;
if ($event->alarm % 10080 == 0) {
$alarm_value = $event->alarm / 10080;
$alarm_unit = 'week';
$alarm_unit_title = _("Week(s)");
} elseif ($event->alarm % 1440 == 0) {
$alarm_value = $event->alarm / 1440;
$alarm_unit = 'day';
$alarm_unit_title = _("Day(s)");
} elseif ($event->alarm % 60 == 0) {
$alarm_value = $event->alarm / 60;
$alarm_unit = 'hour';
$alarm_unit_title = _("Hour(s)");
} else {
$alarm_value = $event->alarm;
$alarm_unit = 'min';
$alarm_unit_title = _("Minute(s)");
}
} else {
$alarm_value = 15;
$alarm_unit = 'min';
$alarm_set = false;
}
?>
|
|
/>
/>
|
|
|
|
methods)) echo ' checked="checked"' ?> />
methods)) echo ' checked="checked"' ?> />
|
|
'event_alarms', 'label' => '');
if (!empty($event->methods)) {
$params['value'] = $event->methods;
}
echo Horde_Core_Prefs_Ui_Widgets::alarm($params);
?>
|
|
|
|
|
|
|
|
link(array('class' => 'horde-button', 'id' => 'attendees_button', 'target' => '_blank')) . _("Edit Attendees and Resources") . '' ?>
|
|
baseid)):?>
|
exceptionoriginaldate->strftime($GLOBALS['prefs']->getValue('date_format')), $this->event->exceptionoriginaldate->strftime(($GLOBALS['prefs']->getValue('twentyFour') ? '%H:%M' : '%I:%M %p')));?> |
|
|
|
recurs() && ($event->recurrence->hasRecurEnd() || $event->recurrence->hasRecurCount()) ? '' : ' checked="checked"') ?> />
|
hasFeature('dom')): ?>
|
|
recurs() && $event->recurrence->hasRecurEnd() ? ' checked="checked"' : '') ?> />
html('recur_end[year]') ?> - html('recur_end[month]') ?> - html('recur_end[day]') ?>
hasFeature('dom')): ?>
|
|
|
recurs() && $event->recurrence->getRecurCount() ? ' checked="checked"' : '') ?> />
|
hasFeature('dom')): ?>
|
recurs() && ($exceptions = $event->recurrence->getExceptions())): ?>
|
exceptionsList(); foreach($exceptions as $exception): ?>
|
|
|
getInstance('Horde_Core_Factory_Imple')->create('Kronolith_Ajax_Imple_TagAutoCompleter', array('id' => 'tags')); ?>
|
|
|
|
|
" />
link(array('class' => 'horde-cancel')) . _("Cancel") . '' ?>
|