[i18n] a patch for correcting keyboard window in rtl
persian-horde@metanetworking.com
persian-horde at metanetworking.com
Sat Jul 16 08:08:45 PDT 2005
>> There is a patch in attachment that correct keyboard window view
>> (horde/services/keyboard.php) in rtl just with class 'leftAlign'.
>
> No patch attached.
>
> Jan.
Hello Jan
We didn't find our attachment problem yet. it happen sometimes
Body of patch is here
----------------------
--- 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 align="leftAlign" class="item">
<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 align="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 align="leftAlign" class="fixed">
<textarea rows="4" cols="25" class="fixed"
name="textbox"></textarea>
</td>
</tr>
------------------
With Very Thanks
Persian-Horde
More information about the i18n
mailing list