aboutsummaryrefslogtreecommitdiffstats
path: root/view/birthdays_reminder.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-04-24 14:50:22 -0700
committerfriendica <info@friendica.com>2012-04-24 14:50:22 -0700
commit5ebc221c28e262857bc60de642c73fdad6f1387d (patch)
treec45ed29b999d6163a059e2fa353c7e56f936f6a9 /view/birthdays_reminder.tpl
parenta28fea987ef35220c654ebcba675efcc0f54264b (diff)
parentc9a8dbc322fbbd595a0e9a74a8fa68ddc1c187f6 (diff)
downloadvolse-hubzilla-5ebc221c28e262857bc60de642c73fdad6f1387d.tar.gz
volse-hubzilla-5ebc221c28e262857bc60de642c73fdad6f1387d.tar.bz2
volse-hubzilla-5ebc221c28e262857bc60de642c73fdad6f1387d.zip
Merge pull request #261 from fabrixxm/eventspage
Some tweak on events page and events/bitrhdays reminder
Diffstat (limited to 'view/birthdays_reminder.tpl')
-rw-r--r--view/birthdays_reminder.tpl10
1 files changed, 10 insertions, 0 deletions
diff --git a/view/birthdays_reminder.tpl b/view/birthdays_reminder.tpl
new file mode 100644
index 000000000..c0422c1d7
--- /dev/null
+++ b/view/birthdays_reminder.tpl
@@ -0,0 +1,10 @@
+{{ if $count }}
+<div id="birthday-notice" class="birthday-notice fakelink' $classtoday" onclick="openClose('birthday-wrapper');">$event_reminders ($count)</div>
+<div id="birthday-wrapper" style="display: none;" ><div id="birthday-title">$event_title</div>
+<div id="birthday-title-end"></div>
+{{ for $events as $event }}
+<div class="birthday-list" id="birthday-$event.id"></a> <a href="events/$event.link">$event.title</a> $event.date </div>
+{{ endfor }}
+</div></div>
+{{ endif }}
+