Update of /home/spip-cvs/spip/ecrire
In directory alan:/tmp/cvs-serv6081/ecrire
Modified Files:
inc_presentation.php3
Log Message:
bug affichage droite-gauche (George)
Index: inc_presentation.php3
RCS file: /home/spip-cvs/spip/ecrire/inc_presentation.php3,v
retrieving revision 1.373
retrieving revision 1.374
diff -u -d -r1.373 -r1.374
--- a/inc_presentation.php3 1 May 2004 17:20:59 -0000 1.373
+++ b/inc_presentation.php3 18 May 2004 15:03:17 -0000 1.374
@@ -71,7 +71,7 @@
if ($GLOBALS['spip_lang_rtl']) {
$g = 'd';
$d = 'g';
- $bgright = 'background-position: right; ';
+ $bgright = 'right';
} else {
$g = 'g';
$d = 'd';
@@ -87,7 +87,7 @@
$retour_aff .= "\n<td class='$style-h$g'></td>";
$retour_aff .= "\n<td class='$style-h'>";
if ($fonction) {
- $retour_aff .= "<div style='$bgright"."background: url(img_pack/$icone) no-repeat; padding: 0px; margin: 0px;'>";
+ $retour_aff .= "<div style='background: url(img_pack/$icone) no-repeat $bgright; padding: 0px; margin: 0px;'>";
$retour_aff .= "<img src='img_pack/$fonction'>";
$retour_aff .= "</div>";
}