Hi,
I use open source version of zimbra.
How can I add "right-to-left,left-to-right" icon to html editor of new mail?
What I want is for direction not for alignment.something like in microsoft word.
Tnx
Hi,
I use open source version of zimbra.
How can I add "right-to-left,left-to-right" icon to html editor of new mail?
What I want is for direction not for alignment.something like in microsoft word.
Tnx
Last edited by mmorse; 04-19-2008 at 01:09 PM.
Welcome to the forums,
Please see the attached pics.
![]()
Last edited by mmorse; 04-19-2008 at 12:24 PM.
-Mike Morse (MCode151)
ZCS-to-ZCS Migrations & Moves | Admin Tools & Tidbits » ZimbraBlog.com | ZimbraCommunity.com
Thank you.I knew this feature,but I need something different.this is alignment but I want direction.My language is Farsi and it is right to left.I want to write both in english and Farsi and with just alignment ,the writing will be mixed up.but with direction it will be ok.
See the attached picture.
In first line just the alignment is right to left.
In second line both the alignment and direction are right to left.
the second one is true.what I want is both alignment and direction(right to left).
Last edited by molly; 03-25-2008 at 08:55 PM.
First of All ,, Hello everybody... !!!
I don't know whether it's possible or not but one solution should be using other text editor like fckeditor in zimbra source code!!
FCKeditor - Demo
--Pine
Ah ok, add your vote to Bug 23191 - rtl (right-to-left) not supported
You may also be able to change:
/opt/zimbra/mailboxd/webapps/zimbra/skins/_base/base2/skin.css
BODY { margin:0px; }
to:
BODY { margin:0px;direction:rtl; }
/opt/zimbra/mailboxd/webapps/zimbra/skins/_base/base/skin.css
body { @ChromeBg@ }
to:
body { @ChromeBg@;direction:rtl; }
EDIT:
Unfortunately while this changes pretty much the entire interface it doesn't affect the compose area.
Last edited by mmorse; 04-19-2008 at 02:18 PM.
-Mike Morse (MCode151)
ZCS-to-ZCS Migrations & Moves | Admin Tools & Tidbits » ZimbraBlog.com | ZimbraCommunity.com
There are currently 1 users browsing this thread. (0 members and 1 guests)