backport
authorPierre Habouzit (MadCoder <pierre.habouzit@m4x.org>
Mon, 23 May 2005 11:18:04 +0000 (11:18 +0000)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 26 Jun 2008 21:29:01 +0000 (23:29 +0200)
Patches applied:

 * opensource@polytechnique.org--2005/platal--release--0.9.6--patch-15
   always have a connection link

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-650

ChangeLog
templates/xnet/skin.tpl

index de6d97b..8c00627 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,11 +10,15 @@ Bug/Wish :
 
        * Fiche :
                - #308: organizing layout                                                                                       -Car
+
 Fixes (from 0.9.6 branch) :
 
        * Search :
                - #307: fix bad escaping in advanced search.                                            -MC
 
+       * Xnet :
+               - Have a connection link even on index page.                                            -MC
+
 ================================================================================
 VERSION 0.9.6                                                                                                           07 May 2004
 
index e49433c..bdb44e8 100644 (file)
           <a href="{rel}/{$url}">{$tit}</a>
           {/foreach}
           {/foreach}
-          {only_public}
-          <h1>me connecter</h1>
-          <a href="{$smarty.session.session->loginX}">polytechnicien</a>
-          <a href="{rel}/login.php">extérieur</a>
-          {/only_public}
         </td>
         <td colspan="3">
           <div class="breadcrumb">
       <tr>
         <td colspan="3" id="perso">
           {list_all_my_groups}
+          {only_public}
+          <div>Me connecter :</div>
+          <a class='gp' href="{$smarty.session.session->loginX}">polytechnicien</a>
+          <a class='gp' href="{rel}/login.php">extérieur</a>
+          {/only_public}
         </td>
         <td id="search">
           <form method="get" action="{rel}/recherche.php">