From: Pierre Habouzit (MadCoder Date: Mon, 24 Jan 2005 07:57:43 +0000 (+0000) Subject: various bugfixes. new register _really_ seem acurate X-Git-Tag: xorg/old~365 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=534f49473297010797ac08237fea2b08e9c53417;p=platal.git various bugfixes. new register _really_ seem acurate git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-393 --- diff --git a/hooks/skin.inc.php b/hooks/skin.inc.php index d6c7870..a9e8001 100644 --- a/hooks/skin.inc.php +++ b/hooks/skin.inc.php @@ -52,7 +52,7 @@ function skin_prefs() 'url' => 'skins.php', 'title' => 'Apparence du site (skins)', 'text' => 'Tu peux changer les couleurs et les images du site.', - 'weight' => 90 + 'weight' => 70 ) ); } diff --git a/hooks/tmp.inc.php b/hooks/tmp.inc.php index 7e294e6..db9ccbf 100644 --- a/hooks/tmp.inc.php +++ b/hooks/tmp.inc.php @@ -59,13 +59,13 @@ function tmp_prefs() 'title' => 'Recevoir les mails en format '.$fmt2, 'text' => 'Tu recois les mails envoyés par le site (lettre mensuelle, carnet, ...) de préférence sous forme de ' .Session::get('mail_fmt', 'html').'', - 'weight' => 30 + 'weight' => 80 ), Array( 'url' => 'preferences.php?rss='.(intval(Session::get('core_rss_hash')=='')), 'title' => (Session::get('core_rss_hash') ? 'désactiver' : 'activer').' les fils rss', 'text' => 'Ceci te permet d\'utiliser les fils rss du site. Attention, désactiver puis réactiver les fils en change les URL !', - 'weight' => 40 + 'weight' => 90 ) ); } diff --git a/hooks/webredirect.inc.php b/hooks/webredirect.inc.php index 74b5d02..1e15d87 100644 --- a/hooks/webredirect.inc.php +++ b/hooks/webredirect.inc.php @@ -51,7 +51,7 @@ function webredirect_prefs() 'url' => 'webredirect.php', 'title' => 'Ma redirection de page WEB', 'text' => $text, - 'weight' => 80 + 'weight' => 60 ) ); } diff --git a/htdocs/css/default.css b/htdocs/css/default.css index be0bbe8..c9bfc4f 100644 --- a/htdocs/css/default.css +++ b/htdocs/css/default.css @@ -316,7 +316,7 @@ div.conteneur_tab { #onglet li { display : block; float : left; - padding : 0.5ex; + padding : 0.4ex; margin : 0 0.3ex -1px 0; background : #D2E0E6 repeat-x 0 100%; border-width : 1px 1px 0px 1px; @@ -324,7 +324,7 @@ div.conteneur_tab { border-color : #999; border-bottom-color : #999; width: auto; - height: 6ex; + height: 5ex; text-align: center; } diff --git a/htdocs/register/end.php b/htdocs/register/end.php index d5a5af3..8b5ff63 100644 --- a/htdocs/register/end.php +++ b/htdocs/register/end.php @@ -116,7 +116,7 @@ while (list($salias, $snom, $sprenom) = $res->next()) { $globals->xdb->execute("DELETE FROM register_marketing WHERE uid = {?}", $uid); -#header('Location: success.php'); +header('Location: success.php'); $page->assign('uid', $uid); $page->run();