From 9b50718db8752e54ef20a2e2d9bbf606047310f6 Mon Sep 17 00:00:00 2001 From: Fil <fil@rezo.net> Date: Tue, 2 Apr 2002 20:29:44 +0000 Subject: [PATCH] faire tenir si possible les dates sur une seule ligne quand il y a bcp de breves... --- ecrire/inc_presentation.php3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ecrire/inc_presentation.php3 b/ecrire/inc_presentation.php3 index 3cb19d4881..92a4305fb3 100644 --- a/ecrire/inc_presentation.php3 +++ b/ecrire/inc_presentation.php3 @@ -399,10 +399,10 @@ function afficher_breves($titre_table, $requete) { $s .= "</A>"; $vals[] = $s; - $s = "<div align=\"right\">"; + $s = "<div align=\"right\"><font size='2'>"; if ($statut == "prop") $s .= "[<font color=\"red\">à valider</font>]"; else $s .= affdate($date_heure); - $s .= "</div>"; + $s .= "</font></div>"; $vals[] = $s; $table[] = $vals; } -- GitLab