aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorJonathan Stanley <shs@users.sourceforge.net>2007-02-28 06:16:22 +0000
committerJonathan Stanley <shs@users.sourceforge.net>2007-02-28 06:16:22 +0000
commit8ca01cd19cc875d2b39f088af07ccdf831bc866c (patch)
tree8b315082cb1618febcbd6d0106108d9c2effa326 /phpBB
parent67bdc978389d65a863d1913d1ac9164c93b73d0a (diff)
downloadforums-8ca01cd19cc875d2b39f088af07ccdf831bc866c.tar
forums-8ca01cd19cc875d2b39f088af07ccdf831bc866c.tar.gz
forums-8ca01cd19cc875d2b39f088af07ccdf831bc866c.tar.bz2
forums-8ca01cd19cc875d2b39f088af07ccdf831bc866c.tar.xz
forums-8ca01cd19cc875d2b39f088af07ccdf831bc866c.zip
#8184 take 2... i18n/L10n RTL/LTR fix
SHS`: 1, dhn: 0 git-svn-id: file:///svn/phpbb/trunk@7095 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/styles/subSilver/template/posting_body.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subSilver/template/posting_body.html b/phpBB/styles/subSilver/template/posting_body.html
index b10dfabc4b..7a1e7ae79f 100644
--- a/phpBB/styles/subSilver/template/posting_body.html
+++ b/phpBB/styles/subSilver/template/posting_body.html
@@ -147,7 +147,7 @@
<td class="row2">
{S_HIDDEN_ADDRESS_FIELD}
<!-- BEGIN to_recipient -->
- <span style="display: block; float: left;" class="nowrap genmed"><strong>
+ <span style="display: block; float: {S_CONTENT_FLOW_BEGIN};" class="nowrap genmed"><strong>
<!-- IF to_recipient.IS_GROUP --><a href="{to_recipient.U_VIEW}"><span class="blue">{to_recipient.NAME}</span></a><!-- ELSE -->{to_recipient.NAME_FULL}<!-- ENDIF --></strong>&nbsp;<!-- IF not S_EDIT_POST --><input class="post" type="submit" name="remove_{to_recipient.TYPE}[{to_recipient.UG_ID}]" value="{L_REMOVE}" />&nbsp;<!-- ENDIF -->
</span>
<!-- BEGINELSE -->