Don't hide the rss link when no event is currently available.
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Tue, 25 Mar 2008 23:22:32 +0000 (00:22 +0100)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Tue, 25 Mar 2008 23:22:32 +0000 (00:22 +0100)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
templates/events/index.tpl

index 226a6a9..9ecbe18 100644 (file)
@@ -131,7 +131,18 @@ Bienvenue {$smarty.session.prenom}{if $birthday}
     {/foreach}
     {if !$has_evts}
     <tr>
-      <td class="half">Aucun article actuellement</td>
+      <td class="half">
+        {if $smarty.session.core_rss_hash}
+        <a href="rss/{$smarty.session.forlife}/{$smarty.session.core_rss_hash}/rss.xml" style="display:block;float:right" title="Annonces">
+          {icon name=feed title='fil rss'}
+        </a>
+        {else}
+        <a href='prefs/rss?referer=events'  style="display:block;float:right">
+          {icon name=feed_add title='Activer mon fil rss'}
+        </a>
+        {/if}
+        Aucun article actuellement
+      </td>
     </tr>
     {/if}
   </table>