aboutsummaryrefslogtreecommitdiffstats
path: root/view/events_reminder.tpl
diff options
context:
space:
mode:
authorzottel <github@zottel.net>2012-04-25 09:07:36 +0200
committerzottel <github@zottel.net>2012-04-25 09:07:36 +0200
commit0116426a0eccc81382a670989032b0a095a65a20 (patch)
treed5e7caacc89d8d7a57c57d10401c9493ec3ed59a /view/events_reminder.tpl
parent912e008ded3d439f7779310eb422e4b871a9b63d (diff)
parent5187faa595c52f5c9419da94f42d60d9dfaa1c24 (diff)
downloadvolse-hubzilla-0116426a0eccc81382a670989032b0a095a65a20.tar.gz
volse-hubzilla-0116426a0eccc81382a670989032b0a095a65a20.tar.bz2
volse-hubzilla-0116426a0eccc81382a670989032b0a095a65a20.zip
Merge remote branch 'upstream/master'
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 }}
+