MDL-48206 block_comments: textarea width 100%

This commit is contained in:
Sam Hemelryk
2014-11-14 11:40:30 +13:00
parent 0ac6d59990
commit 784188fcdf
5 changed files with 36 additions and 2 deletions
+1
View File
@@ -78,6 +78,7 @@ class block_comments extends block_base {
$args->displaycancel = false;
$comment = new comment($args);
$comment->set_view_permission(true);
$comment->set_fullwidth();
$this->content = new stdClass();
$this->content->text = $comment->output(true);