From d550b4d1b9860511d2c766b066a46397dc7636fa Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Wed, 23 Jun 2010 16:39:10 +0200 Subject: [PATCH] Fix highlighting of carnet events in carnet/panel. (Closes #1109) Signed-off-by: Florent Bruneau --- templates/carnet/panel.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/carnet/panel.tpl b/templates/carnet/panel.tpl index 680db95..eed3763 100644 --- a/templates/carnet/panel.tpl +++ b/templates/carnet/panel.tpl @@ -63,9 +63,9 @@ Il faut pour cela se rendre sur la page de configuration
    {/if}
  • - {if $cat.operation->seen($user,$smarty.session.watch_last)}{/if} + {if $cat.operation->seen($user,$smarty.session.user->watch_last)}{/if} {profile user=$user promo=true} - {if $cat.operation->seen($user,$smarty.session.watch_last)}{/if} + {if $cat.operation->seen($user,$smarty.session.user->watch_last)}{/if} {assign var=data value=$cat.operation->getData($user)} {if $data}
      -- 2.1.4