From: Anthony Talarico Date: Thu, 15 Sep 2016 15:27:12 +0000 (-0400) Subject: replacing the dates after the event title in agenda view with the actual recurrences... X-Git-Tag: v1.4.0^2~36 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=4889fd9a3eec186c240d2db1801e7f75be3fbe2c;p=WP-Plugins%2Fglm-member-db-events.git replacing the dates after the event title in agenda view with the actual recurrences to_date and from_date --- diff --git a/css/front.css b/css/front.css index a57fa09..4cf869f 100644 --- a/css/front.css +++ b/css/front.css @@ -345,6 +345,10 @@ span.agenda-event-weekday:first-child{ } .agenda-event-recur-dates{ width: 100%; +/* font-weight: bold;*/ + } + .agenda-days-of-week{ +/* font-weight: bold;*/ } } .day-times-wrapper{ diff --git a/views/front/events/agenda.html b/views/front/events/agenda.html index eaa152e..50dc479 100644 --- a/views/front/events/agenda.html +++ b/views/front/events/agenda.html @@ -16,13 +16,16 @@
+ {foreach $key as $events} + {$events|@count} {foreach $events as $event}
-

{$event.name}

- {$event.dates} +

{$event.name}

+ {$event.recurrences.0.from_date.date} - {$event.recurrences.0.to_date.date} +
{if !$event.all_day}