aboutsummaryrefslogtreecommitdiffstats
path: root/view/events_reminder.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-04-24 17:55:56 -0700
committerfriendica <info@friendica.com>2012-04-24 17:55:56 -0700
commit139c2c1bbdffeb8df07004a9fdf919adf0bac72c (patch)
tree19f6b5a3a489a7c3a39b338e2c8c77cd88db7bec /view/events_reminder.tpl
parenta5f9e67c9f17d65c9958ba55c3aa5d2f0b9d52fa (diff)
parent75828b4750dbed8d8c0515ab8bfa1b2276b7f65f (diff)
downloadvolse-hubzilla-139c2c1bbdffeb8df07004a9fdf919adf0bac72c.tar.gz
volse-hubzilla-139c2c1bbdffeb8df07004a9fdf919adf0bac72c.tar.bz2
volse-hubzilla-139c2c1bbdffeb8df07004a9fdf919adf0bac72c.zip
Merge https://github.com/friendica/friendica into pull
Diffstat (limited to 'view/events_reminder.tpl')
-rw-r--r--view/events_reminder.tpl10
1 files changed, 10 insertions, 0 deletions
diff --git a/view/events_reminder.tpl b/view/events_reminder.tpl
new file mode 100644
index 000000000..fe7e33980
--- /dev/null
+++ b/view/events_reminder.tpl
@@ -0,0 +1,10 @@
+{{ if $count }}
+<div id="event-notice" class="birthday-notice fakelink $classtoday" onclick="openClose('event-wrapper');">$event_reminders ($count)</div>
+<div id="event-wrapper" style="display: none;" ><div id="event-title">$event_title</div>
+<div id="event-title-end"></div>
+{{ for $events as $event }}
+<div class="event-list" id="event-$event.id"></a> <a href="events/$event.link">$event.title</a> $event.date </div>
+{{ endfor }}
+</div></div>
+{{ endif }}
+