[i18n] a patch for correcting keyboard window in rtl

persian-horde@metanetworking.com persian-horde at metanetworking.com
Sat Jul 16 08:13:18 PDT 2005


Hello Jan

Very sorry for our hurry, but this body of patch is correct
-----------------------------------------------------------


--- horde/services/keyboard.php	2005-01-03 18:05:28.000000000 +0330
+++ horde-changed/services/keyboard.php	2005-07-14 13:48:53.000000000 +0430
@@ -33,12 +33,12 @@
 <form name="characters">
 <table border="0" cellspacing="0" cellpadding="2">
   <tr>
-    <td align="left" class="item">
+    <td class="item leftAlign">
       <p><?php echo _("Select the characters you need from the boxes
below. You can then copy and paste them from the text area.") ?></p>
     </td>
   </tr>
   <tr>
-    <td align="left">
+    <td class="leftAlign">
       <table border="0" cellspacing="0" cellpadding="0">
         <tr>
           <td align="center">
@@ -137,7 +137,7 @@
     </td>
   </tr>
   <tr>
-    <td align="left" class="fixed">
+    <td class="fixed leftAlign">
       <textarea rows="4" cols="25" class="fixed"
name="textbox"></textarea>
     </td>
   </tr>

----------------------------------------------

With Excuse and thanks
Persian-Horde






More information about the i18n mailing list