From: Michael J. Rubinsky Date: Sat, 8 May 2010 16:46:08 +0000 (-0400) Subject: show exception information on the non-edit view as well. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=5765235300f526adf91871136b0271cc23cb4982;p=horde.git show exception information on the non-edit view as well. --- diff --git a/kronolith/templates/view/view.inc b/kronolith/templates/view/view.inc index e5bd45a6b..bd002d2cc 100644 --- a/kronolith/templates/view/view.inc +++ b/kronolith/templates/view/view.inc @@ -86,7 +86,7 @@ if ($this->event->initialized && $this->event->alarm > 0): -event->recurs()): ?> +event->recurs() || !empty($this->event->baseid)): ?> @@ -94,7 +94,9 @@ if ($this->event->initialized && $this->event->alarm > 0):    -event->recurrence->hasRecurType(Horde_Date_Recurrence::RECUR_DAILY)): ?> +event->baseid):?> + event->exceptionoriginaldate->strftime($GLOBALS['prefs']->getValue('date_format')));?> +event->recurrence->hasRecurType(Horde_Date_Recurrence::RECUR_DAILY)): ?> event->recurrence->getRecurInterval() . ' ' . _("day(s)") ?> event->recurrence->hasRecurType(Horde_Date_Recurrence::RECUR_WEEKLY)): $weekdays = array(); @@ -121,6 +123,7 @@ if ($this->event->initialized && $this->event->alarm > 0): +event->recurs()): ?>    event->recurrence->hasRecurEnd() ? $this->event->recurrence->recurEnd->strftime($dateFormat) . ($this->event->recurrence->recurEnd->hour == 23 && $this->event->recurrence->recurEnd->min == 59 ? '' : ' ' . $this->event->recurrence->recurEnd->format($timeFormat)) : ($this->event->recurrence->getRecurCount() ? sprintf(_("%d times"), $this->event->recurrence->getRecurCount()) : _("No end date")) ?> @@ -132,7 +135,7 @@ if ($this->event->initialized && $this->event->alarm > 0):    event->exceptionsList(); ?> - +