diff --git a/ecrire/inc_suivi_revisions.php b/ecrire/inc_suivi_revisions.php index c444c30fed7e575d46b62a560af8d008f8395fce..7afcb97c5f2259ea481b39704e205af6aba8fd88 100644 --- a/ecrire/inc_suivi_revisions.php +++ b/ecrire/inc_suivi_revisions.php @@ -72,7 +72,7 @@ function afficher_suivi_versions ($debut = 0, $id_secteur = 0, $uniq_auteur = fa while ($row = mysql_fetch_array($result)) { $id_version = $row['id_version']; $id_auteur = $row['id_auteur']; - $date = affdate_court($row['date']); + $date = date_relative($row['date']); $id_article = $row['id_article']; $statut = $row['statut']; $titre = propre($row['titre']); diff --git a/ecrire/naviguer.php3 b/ecrire/naviguer.php3 index 82c25070e879f89d44f2c0c5458e8fc72c860b4c..8953444cefbb5c85205356a9ae07fb4ab5c0bd52 100644 --- a/ecrire/naviguer.php3 +++ b/ecrire/naviguer.php3 @@ -46,7 +46,7 @@ function enfant($collection){ $fid = $logo[2]; $hash = calculer_action_auteur ("reduire $w $h"); - $les_enfants.= "<div style='float: $spip_lang_right; margin-top: -6px; margin-$spip_lang_right: -6px; margin-bottom: -2px;'><img src='../spip_image_reduite.php3?img="._DIR_IMG."$fichier&taille_x=$w&taille_y=$h&hash=$hash&hash_id_auteur=$connect_id_auteur' width='$w' height='$h'></div>"; + $les_enfants.= "<div style='float: $spip_lang_right; margin: 0px; margin-$spip_lang_left: 3px;'><img src='../spip_image_reduite.php3?img="._DIR_IMG."$fichier&taille_x=$w&taille_y=$h&hash=$hash&hash_id_auteur=$connect_id_auteur' width='$w' height='$h'></div>"; } } @@ -71,6 +71,7 @@ function enfant($collection){ //$les_enfants.= "</FONT>"; $les_enfants .= $les_sous_enfants; + $les_enfants .= "<div style='clear:both;'></div>"; $les_enfants .= fin_cadre_relief(true); $les_enfants .= "</div>"; }