Add RTL support to many input fields

- Compose page
- Post jot
- Comment form
- Event form
This commit is contained in:
Hypolite Petovan 2021-05-20 08:37:45 -04:00
commit 2cc4bd2490
17 changed files with 33 additions and 32 deletions

View file

@ -40,7 +40,8 @@
class="comment-edit-text-empty"
name="body"
placeholder="{{$comment}}"
onFocus="commentOpen(this,{{$id}}) && cmtBbOpen({{$id}});">{{if $threaded != false}}{{$default}}{{/if}}</textarea>
onFocus="commentOpen(this,{{$id}}) && cmtBbOpen({{$id}});"
dir="auto">{{if $threaded != false}}{{$default}}{{/if}}</textarea>
{{if $qcomment}}
<select id="qcomment-select-{{$id}}" name="qcomment-{{$id}}" class="qcomment" onchange="qCommentInsert(this,{{$id}});">
<option value=""></option>