Re: Right-To-Left in webmail [message #151463 is a reply to message #120908] |
Sun, 17 April 2022 15:51  |
vahidrad
Messages: 1 Registered: April 2022
|
|
|
|
Hi
You can do this on compose type message section (i want rtl in this section)
i use windows base Kerio Connect
please do this steps:
1-go to installation directory (C:\Program Files\Kerio\MailServer\web\webmail\)
2-open notepad run as administrator
3-on notepad go to file menu and click on open
4-go to this directory C:\Program Files\Kerio\MailServer\web\webmail\
5-select webmail2.js to open
6-after opening file search this code " body{word-wrap: break-word;border:0;margin:0;padding:{0}px;box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; cursor:text "
7-replace with this code " body{word-wrap: break-word;border:0;margin:0;padding:{0}px;box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; cursor:text;direction:rtl !important; text-align:right !important; } "
8-save file
9-restart kerio connect service
10-open webmail and login to your account
11-after login if useing chrome and firefox please press ctrl+shift+r else ctrl+f5 in IE
12-Test and Enjoy it (for example compose email)
|
|
|