Search found 1 match

by nasrin788
Thu Jan 31, 2019 5:59 am
Forum: TestLink 1.9
Topic: [SOLVED] change testlink editor for right to left language
Replies: 4
Views: 13215

Re: [SOLVED] change testlink editor for right to left langua

Hi it is solved. i edit this file (/var/www/html/testlink/cfg/tl_ckeditor_config.js ) with adding 'source' and rtl bottom to config.toolbar_TestLinkMini . and i edit /var/www/html/testlink/gui/themes/default/css/testlink.css file with adding this css text: textarea { text-align: right; direction: rt...