mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 10:26:40 +02:00
Merge branch 'MDL-49811_master' of git://github.com/jinhofer/moodle
This commit is contained in:
commit
7da61f95ce
5 changed files with 41 additions and 22 deletions
|
@ -378,7 +378,8 @@ class mod_choice_renderer extends plugin_renderer_base {
|
|||
|
||||
$header = html_writer::tag('h3',format_string(get_string("responses", "choice")));
|
||||
$html .= html_writer::tag('div', $header, array('class'=>'responseheader'));
|
||||
$html .= html_writer::tag('a', get_string('skipresultgraph', 'choice'), array('href'=>'#skipresultgraph', 'class'=>'skip-block'));
|
||||
$html .= html_writer::link('#', get_string('skipresultgraph', 'choice'),
|
||||
array('data-target' => '#skipresultgraph', 'class'=>'skip skip-block'));
|
||||
$html .= html_writer::tag('div', html_writer::table($table), array('class'=>'response'));
|
||||
|
||||
return $html;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue