]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/prv_message.tpl
Merge remote-tracking branch 'upstream/2023.09-rc' into ISO-639-1
[friendica.git] / view / theme / frio / templates / prv_message.tpl
index f936741c02eba565621d580e197d587564f50ad0..88b253f1a7f091e399c0524a3719cd8d8238db43 100644 (file)
@@ -1,6 +1,6 @@
 
 <div id="prvmail-wrapper">
-<form id="prvmail-form" action="message" method="post" >
+<form id="prvmail-form" action="message" method="post">
 
        {{$parent nofilter}}
 
@@ -19,7 +19,7 @@
        {{* The message input field which contains the message text *}}
        <div id="prvmail-message-label" class="form-group">
                <label for="comment-edit-text-input">{{$yourmessage}}</label>
-               <textarea rows="8" cols="72" class="prvmail-text form-control text-autosize" id="comment-edit-text-input" name="body" tabindex="12">{{$text}}</textarea>
+               <textarea rows="8" cols="72" class="prvmail-text form-control text-autosize" id="comment-edit-text-input" name="body" tabindex="12" dir="auto" onkeydown="sendOnCtrlEnter(event, 'prvmail-submit')">{{$text}}</textarea>
        </div>
 
        <ul id="prvmail-text-edit-bb" class="comment-edit-bb comment-icon-list nav nav-pills hidden-xs pull-left">