mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 08:55:15 +02:00
Merge branch 'MDL-34573_accessibility' of git://github.com/rwijaya/moodle
Conflicts: tag/manage.php
This commit is contained in:
commit
b20e4c11e2
@ -265,7 +265,7 @@ if ($tagrecords = $DB->get_records_sql($query, $params, $table->get_page_start()
|
||||
$flag = $tag->flag;
|
||||
$timemodified = format_time(time() - $tag->timemodified);
|
||||
$checkbox = html_writer::tag('input', '', array('type' => 'checkbox', 'name' => 'tagschecked[]', 'value' => $tag->id));
|
||||
$attrs = array('type' => 'text', 'id' => 'newname_' . $tag->id, 'name' => 'newname["'.$tag->id.'"]');
|
||||
$attrs = array('type' => 'text', 'id' => 'newname_' . $tag->id, 'name' => 'newname['.$tag->id.']');
|
||||
$text = html_writer::label(get_string('newname', 'tag'), 'newname_' . $tag->id, false, array('class' => 'accesshide'));
|
||||
$text .= html_writer::empty_tag('input', $attrs);
|
||||
$tagtype = html_writer::label(get_string('tagtype', 'tag'), 'menutagtypes'. $tag->id, false, array('class' => 'accesshide'));
|
||||
|
Loading…
x
Reference in New Issue
Block a user