]> git.mjollnir.org Git - s9y.git/commitdiff
lang_direction support
authorgarvinhicking <garvinhicking>
Thu, 9 Feb 2006 11:06:45 +0000 (11:06 +0000)
committergarvinhicking <garvinhicking>
Thu, 9 Feb 2006 11:06:45 +0000 (11:06 +0000)
include/functions_entries_admin.inc.php
templates/blue/htmlarea.css
templates/default/htmlarea.css
templates/moz-modern/htmlarea.css
templates/mt-trendy/htmlarea.css
templates/newspaper/htmlarea.css
templates/wp/htmlarea.css

index fd4d1f9163db9a7bfa71c4d88f297f80e4bc7e76..151b31bf8adb6d3db9c66b956db40a1d06ae2605 100644 (file)
@@ -490,13 +490,15 @@ function serendipity_emit_htmlarea_code($item, $jsname, $spawnMulti = false) {
                  array(\r
                    "\n",\r
                    "'",\r
-                   "\r"\r
+                   "\r",\r
+                   "{LANG_DIRECTION}"\r
                  ),\r
 \r
                  array(\r
                    '\n',\r
                    "\'",\r
-                   ""\r
+                   "",\r
+                   (defined('LANG_DIRECTION') ? LANG_DIRECTION : 'ltr')\r
                  ),\r
 \r
                  file_get_contents(serendipity_getTemplateFile('htmlarea.css', 'serendipityPath'))\r
index 0e0507b84489f6af7c37683359dd410168a4a686..4b3687fe896857e8138ed2c4e04419f6efc33900 100644 (file)
@@ -6,6 +6,7 @@ body {
   color: #000000;
   font-family: sans-serif;
   line-height: 20px;
+  direction: {LANG_DIRECTION};
 }
 
 /** Embedded images with the s9y image manager **/
index 9db65fbf3767c899199a7e35d0d6a9529460ee43..99c3377e19cd34efcd5e9f6b9d70e7276cf13aa7 100644 (file)
@@ -6,6 +6,7 @@ body {
     font-size: 9.5pt;
     font-weight: normal;
     font-family: verdana, arial, geneva, helvetica, sans-serif;
+    direction: {LANG_DIRECTION};
 }
 
 /** Embedded images with the s9y image manager **/
index 93ced342ef55283502d3007fdc31d79460ccf8ec..0bcdc0182b8df3f10393855d795f4d2aa0877a79 100644 (file)
@@ -5,6 +5,7 @@ body {
   font-size: small;
   font-weight: normal;
   padding: 10px;
+  direction: {LANG_DIRECTION};
 }
 
 /** Embedded images with the s9y image manager **/
index c3a7b6f359b0fedc70c68130363f88c122b632d0..0be3f4f95952e87e9b82298e165f198d6f6ed18b 100644 (file)
@@ -6,6 +6,7 @@ body {
   font-weight: normal;
   line-height: 140%;
   padding: 10px;
+  direction: {LANG_DIRECTION};
 }
 
 /** Embedded images with the s9y image manager **/
index e045a981e63cbda4016f03434fffca1f322f31d2..95b458dd2c210eda2906440160c248d8c3c4899a 100644 (file)
@@ -5,6 +5,7 @@ body {
     padding-left: 16px;
     font-size: 9pt;
     text-align:justify;
+    direction: {LANG_DIRECTION};
 }
 
 /** Embedded images with the s9y image manager **/
index 9db65fbf3767c899199a7e35d0d6a9529460ee43..99c3377e19cd34efcd5e9f6b9d70e7276cf13aa7 100644 (file)
@@ -6,6 +6,7 @@ body {
     font-size: 9.5pt;
     font-weight: normal;
     font-family: verdana, arial, geneva, helvetica, sans-serif;
+    direction: {LANG_DIRECTION};
 }
 
 /** Embedded images with the s9y image manager **/