backport
authorPierre Habouzit (MadCoder <pierre.habouzit@m4x.org>
Tue, 28 Dec 2004 07:48:48 +0000 (07:48 +0000)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 26 Jun 2008 21:26:54 +0000 (23:26 +0200)
Patches applied:

 * opensource@polytechnique.org--2005/platal--release--0.9.3--base-0
   tag of opensource@polytechnique.org--2005/platal--mainline--0.9--patch-150

 * opensource@polytechnique.org--2005/platal--release--0.9.3--patch-1
   fix advanced search bug (XdX on support)

 * opensource@polytechnique.org--2005/platal--release--0.9.3--patch-2
   fix commit script

 * opensource@polytechnique.org--2005/platal--release--0.9.3--patch-3
   really ... fix commit script ... damnit

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

ChangeLog
htdocs/advanced_search.php
htdocs/css/openweb.css

index 3df55dc..96e06ab 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,14 @@
 ================================================================================
+VERSION 0.9.4                                                                                                           29 Jan 2004
+
+New :
+
+       * Skins :
+               - Openweb : update.                                                                                                     -MC
+
+Bug/Wish :
+
+================================================================================
 VERSION 0.9.3                                                                                                           27 Dec 2004
 
 New :
index a590d1d..f0b5ae3 100644 (file)
@@ -118,7 +118,7 @@ if (!Env::has('rechercher')) {
                        w.ni_id AS watch
                  FROM  auth_user_md5  AS u 
             '.$fields->get_select_statement().'
-            '.(Env::has('only_referent') ? '' : ' INNER JOIN mentor AS m ON (m.uid = u.user_id)').'
+            '.(Env::has('only_referent') ? ' INNER JOIN mentor AS m ON (m.uid = u.user_id)' : '').'
             LEFT JOIN  aliases        AS a ON (u.user_id = a.id AND a.type="a_vie")
             LEFT JOIN  contacts       AS c ON (c.uid='.Session::getInt('uid').' AND c.contact=u.user_id)
             LEFT JOIN  watch_nonins   AS w ON (w.ni_id=u.user_id AND w.uid='.Session::getInt('uid').')
index fe9fbe2..a0e262a 100644 (file)
@@ -478,8 +478,7 @@ table#body {
     border: 3px solid #000;
     
     width: 900px;
-    margin-left: auto;
-    margin-right: auto;
+    margin: 1em auto;
 }
 
 #body-logo   {