Update of /home/spip-cvs/spip/ecrire
In directory miel:/tmp/cvs-serv2786/ecrire
Modified Files:
articles.php3
Log Message:
re-correction listes articles traduits
Index: articles.php3
RCS file: /home/spip-cvs/spip/ecrire/articles.php3,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -d -r1.142 -r1.143
--- articles.php3 29 Sep 2003 19:48:54 -0000 1.142
+++ articles.php3 1 Oct 2003 19:05:32 -0000 1.143
@@ -1310,9 +1310,11 @@
$ret .= "<td class='arial2'>".traduire_nom_langue($lang_trad)."</td>\n";
}
+ changer_typo($spip_lang);
+
// bloc traductions
if ($ret) {
- echo "<div align='left' style='margin-top: 5px; padding: 0px; border: 1px dashed #999999; background-color: #f0f0f0;' $dir_lang>";
+ echo "<div align='$spip_lang_left' style='margin-top: 5px; padding: 0px; border: 1px dashed #999999; background-color: #f0f0f0;' $dir_lang>";
echo "<table width='100%' cellspacing='0' border='0' cellpadding='3'>";
echo "<tr bgcolor='#eeeecc'><td colspan='4'><font size=2 face='Georgia,Garamond,Times,serif'><b>"._T('trad_article_traduction')."</b></font></td></tr>";
echo $ret;