From 0a9b2a2d02554ec5aa5830171b5f8967e6fc2dee Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 20 May 2007 02:15:07 +0000 Subject: [PATCH] r1545: Adding the text-align attribute to the mid box section of the showreport_comment.tpl so that RTL comments are displayed RTL. Fixes bug://report/80 --- docs/changes.txt | 1 + templates/showreport_comment.tpl | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/changes.txt b/docs/changes.txt index 3cac379..9c62b49 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -1,6 +1,7 @@ 1.2.0 =============================== - Enhancement: Allow sorting and display of the "assigned to" column on grid display +- Fixed: Comments wouldn't be displayed in a right-to-left fashion if the language is RTL (bug://report/80) 1.2.0 Beta 3 =============================== diff --git a/templates/showreport_comment.tpl b/templates/showreport_comment.tpl index ea2de6c..4821074 100644 --- a/templates/showreport_comment.tpl +++ b/templates/showreport_comment.tpl @@ -6,7 +6,7 @@ $comment[postby] -
+
$comment[comment_parsed]
-- 2.22.5