diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2007-06-18 14:10:19 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-06-18 14:10:19 +0000 |
| commit | e58c913488029ceb963766e3953448822c2daf0f (patch) | |
| tree | ad372d80a559c4fef747e0ff7a2e46403a708083 /phpBB/styles/prosilver/template/posting_editor.html | |
| parent | 5f62e8feda7a3b406ff8f3b7d82171491f34ce5a (diff) | |
| download | forums-e58c913488029ceb963766e3953448822c2daf0f.tar forums-e58c913488029ceb963766e3953448822c2daf0f.tar.gz forums-e58c913488029ceb963766e3953448822c2daf0f.tar.bz2 forums-e58c913488029ceb963766e3953448822c2daf0f.tar.xz forums-e58c913488029ceb963766e3953448822c2daf0f.zip | |
RTL changes with the help from arod-1 and dodo5000
git-svn-id: file:///svn/phpbb/trunk@7776 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/template/posting_editor.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/posting_editor.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/posting_editor.html b/phpBB/styles/prosilver/template/posting_editor.html index 7ce6f86dea..0e903b1b05 100644 --- a/phpBB/styles/prosilver/template/posting_editor.html +++ b/phpBB/styles/prosilver/template/posting_editor.html @@ -157,7 +157,7 @@ <dl> <dt><label for="comment_list[{attach_row.ASSOC_INDEX}]">{L_FILE_COMMENT}:</label><br /> - <span><br /><a href="{attach_row.U_VIEW_ATTACHMENT}" class="right">{attach_row.FILENAME}</a></span></dt> + <span><br /><a href="{attach_row.U_VIEW_ATTACHMENT}" class="{S_CONTENT_FLOW_END}">{attach_row.FILENAME}</a></span></dt> <dd><textarea name="comment_list[{attach_row.ASSOC_INDEX}]" id="comment_list[{attach_row.ASSOC_INDEX}]" rows="1" cols="35" class="inputbox">{attach_row.FILE_COMMENT}</textarea></dd> <dd style="margin-top: 5px;"> <!-- IF S_INLINE_ATTACHMENT_OPTIONS --><input type="button" value="{L_PLACE_INLINE}" onclick="attach_inline({attach_row.ASSOC_INDEX}, '{attach_row.FILENAME}');" class="button2" /> <!-- ENDIF --> |
