From: Michael J. Rubinsky Date: Sat, 8 May 2010 16:55:25 +0000 (-0400) Subject: Show time as well X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=81245991409033d835df2d81ccc47a41524e7b60;p=horde.git Show time as well --- diff --git a/kronolith/templates/edit/edit.inc b/kronolith/templates/edit/edit.inc index e1c7e1a04..76d8021d1 100644 --- a/kronolith/templates/edit/edit.inc +++ b/kronolith/templates/edit/edit.inc @@ -273,7 +273,7 @@ if ($event->alarm) { baseid)):?>   - exceptionoriginaldate->strftime($GLOBALS['prefs']->getValue('date_format')));?> + exceptionoriginaldate->strftime($GLOBALS['prefs']->getValue('date_format')), $this->event->exceptionoriginaldate->strftime(($GLOBALS['prefs']->getValue('twentyFour') ? '%H:%M' : '%I:%M %p')));?> diff --git a/kronolith/templates/view/view.inc b/kronolith/templates/view/view.inc index bd002d2cc..9d3941007 100644 --- a/kronolith/templates/view/view.inc +++ b/kronolith/templates/view/view.inc @@ -95,7 +95,7 @@ if ($this->event->initialized && $this->event->alarm > 0):    event->baseid):?> - event->exceptionoriginaldate->strftime($GLOBALS['prefs']->getValue('date_format')));?> + event->exceptionoriginaldate->strftime($GLOBALS['prefs']->getValue('date_format')), $this->event->exceptionoriginaldate->strftime(($GLOBALS['prefs']->getValue('twentyFour') ? '%H:%M' : '%I:%M %p')));?> event->recurrence->hasRecurType(Horde_Date_Recurrence::RECUR_DAILY)): ?> event->recurrence->getRecurInterval() . ' ' . _("day(s)") ?> event->recurrence->hasRecurType(Horde_Date_Recurrence::RECUR_WEEKLY)):