CVS: spip/ecrire articles_edit.php3, 1.87, 1.88 sites_edit.php3, 1.18, 1.19

Update of /home/spip-cvs/spip/ecrire
In directory alan:/tmp/cvs-serv7167

Modified Files:
  articles_edit.php3 sites_edit.php3
Log Message:
Correction "Dans les rubriques" en interface RtL

Index: articles_edit.php3

RCS file: /home/spip-cvs/spip/ecrire/articles_edit.php3,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- a/articles_edit.php3 14 Jun 2004 01:15:15 -0000 1.87
+++ b/articles_edit.php3 14 Jun 2004 01:18:44 -0000 1.88
@@ -292,8 +292,8 @@

     if (eregi("mozilla", $browser_name)) {
- $style .= "padding-left: 16px; ";
- $style .= "margin-left: ".(($i-1)*16)."px;";
+ $style .= "padding-$spip_lang_left: 16px; ";
+ $style .= "margin-$spip_lang_left: ".(($i-1)*16)."px;";
     } else {
       for ($count = 0; $count <= $i; $count ++) $espace .= "&nbsp;&nbsp;&nbsp;&nbsp;";
     }

Index: sites_edit.php3

RCS file: /home/spip-cvs/spip/ecrire/sites_edit.php3,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- a/sites_edit.php3 14 Jun 2004 01:15:15 -0000 1.18
+++ b/sites_edit.php3 14 Jun 2004 01:18:44 -0000 1.19
@@ -60,8 +60,8 @@
     }

     if (eregi("mozilla", $browser_name)) {
- $style .= "padding-left: 16px; ";
- $style .= "margin-left: ".(($i-1)*16)."px;";
+ $style .= "padding-$spip_lang_left: 16px; ";
+ $style .= "margin-$spip_lang_left: ".(($i-1)*16)."px;";
     } else {
       for ($count = 0; $count <= $i; $count ++) $espace .= "&nbsp;&nbsp;&nbsp;&nbsp;";
     }