From 62e6d10026e3700bc54b558870663acc981d4a80 Mon Sep 17 00:00:00 2001 From: x2003bruneau Date: Sun, 23 Jul 2006 12:54:36 +0000 Subject: [PATCH] Fix link to calendar and update Changelog git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@589 839d8a87-29fc-0310-9880-83ba4fa771e5 --- ChangeLog | 4 ++++ modules/carnet.php | 2 +- templates/carnet/mescontacts.tpl | 13 +++---------- 3 files changed, 8 insertions(+), 11 deletions(-) diff --git a/ChangeLog b/ChangeLog index e8b3baf..e309675 100644 --- a/ChangeLog +++ b/ChangeLog @@ -64,6 +64,10 @@ New: - Rework pmwiki integration, make it way more simple. -MC - Rework authentication, don't let pmwiki deal with it. -MC +Bug/Wish: + + * Carnet: + - #435: Calendar contains yearly events for all the contacts -FRU ================================================================================ VERSION 0.9.10 29 Juin 2006 diff --git a/modules/carnet.php b/modules/carnet.php index 6c200e3..407655c 100644 --- a/modules/carnet.php +++ b/modules/carnet.php @@ -326,7 +326,7 @@ class CarnetModule extends PLModule $page->assign('notifs', $notifs); } - function handler_ical(&$page, $user = null, $hash = null, $all = null) + function handler_ical(&$page) { $page->changeTpl('carnet/calendar.tpl', NO_SKIN); diff --git a/templates/carnet/mescontacts.tpl b/templates/carnet/mescontacts.tpl index d50608c..d023b91 100644 --- a/templates/carnet/mescontacts.tpl +++ b/templates/carnet/mescontacts.tpl @@ -54,19 +54,12 @@ Pour r [tri par noms] -{if $smarty.session.core_rss_hash}

Tu peux récupérer un calendrier iCal avec l'anniversaire de tes contacts.

-
- fichier ical -
-{else} -

- Pour récupérer un calendrier iCal avec l'anniversaire de tes contacts, active les flux RSS dans Mes préférences. -

-{/if} - +
+ fichier ical +
{if $trombi} -- 2.1.4