From 81245991409033d835df2d81ccc47a41524e7b60 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Sat, 8 May 2010 12:55:25 -0400 Subject: [PATCH] Show time as well --- kronolith/templates/edit/edit.inc | 2 +- kronolith/templates/view/view.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)): -- 2.11.0