mirror of
https://github.com/moodle/moodle.git
synced 2025-08-11 11:56:40 +02:00
Merge branch 'MDL-35977-35' of git://github.com/mihailges/moodle into MOODLE_35_STABLE
This commit is contained in:
commit
8837262d2c
1 changed files with 2 additions and 1 deletions
|
@ -493,7 +493,8 @@ class comment {
|
||||||
$textareaattrs = array(
|
$textareaattrs = array(
|
||||||
'name' => 'content',
|
'name' => 'content',
|
||||||
'rows' => 2,
|
'rows' => 2,
|
||||||
'id' => 'dlg-content-'.$this->cid
|
'id' => 'dlg-content-'.$this->cid,
|
||||||
|
'aria-label' => get_string('addcomment')
|
||||||
);
|
);
|
||||||
if (!$this->fullwidth) {
|
if (!$this->fullwidth) {
|
||||||
$textareaattrs['cols'] = '20';
|
$textareaattrs['cols'] = '20';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue