Merge branch 'MDL-65892-master-inlinereply' of git://github.com/mudrd8mz/moodle

This commit is contained in:
Sara Arjona
2019-07-01 15:49:54 +02:00
+1 -1
View File
@@ -38,7 +38,7 @@
<form data-post-id="{{postid}}" id="inpage-reply-{{postid}}" data-content="inpage-reply-form" action="{{{reply_url}}}">
<div class="row pb-1">
<span>
<textarea rows="5" name="post" title="post" class="w-100" placeholder="{{#str}} replyplaceholder, forum {{/str}}"></textarea>
<textarea rows="5" name="post" title="post" class="form-control" placeholder="{{#str}} replyplaceholder, forum {{/str}}"></textarea>
<input type="hidden" name="postformat" value="{{postformat}}"/>
</span>
<input type="hidden" name="subject" value="{{parentsubject}}"/>