Merge branch 'MDL-65892-master-inlinereply' of git://github.com/mudrd8mz/moodle
This commit is contained in:
@@ -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}}"/>
|
||||
|
||||
Reference in New Issue
Block a user