| Línea 367... |
Línea 367... |
| 367 |
$iscontentitem = !empty($this->current->id)
|
367 |
$iscontentitem = !empty($this->current->id)
|
| 368 |
&& (!empty($this->current->toolurl) || !empty($this->current->instructorcustomparameters)
|
368 |
&& (!empty($this->current->toolurl) || !empty($this->current->instructorcustomparameters)
|
| 369 |
|| !empty($this->current->secureicon) || !empty($this->current->icon));
|
369 |
|| !empty($this->current->secureicon) || !empty($this->current->icon));
|
| Línea 370... |
Línea 370... |
| 370 |
|
370 |
|
| 371 |
$selectcontentindicatorinner = $iscontentitem ?
|
371 |
$selectcontentindicatorinner = $iscontentitem ?
|
| 372 |
$OUTPUT->pix_icon('i/valid', get_string('contentselected', 'mod_lti'), 'moodle', ['class' => 'mr-1'])
|
372 |
$OUTPUT->pix_icon('i/valid', get_string('contentselected', 'mod_lti'), 'moodle', ['class' => 'me-1'])
|
| 373 |
. get_string('contentselected', 'mod_lti') : '';
|
373 |
. get_string('contentselected', 'mod_lti') : '';
|
| 374 |
$selectcontentindicator = html_writer::div($selectcontentindicatorinner, '',
|
374 |
$selectcontentindicator = html_writer::div($selectcontentindicatorinner, '',
|
| 375 |
['aria-role' => 'status', 'id' => 'id_selectcontentindicator']);
|
375 |
['aria-role' => 'status', 'id' => 'id_selectcontentindicator']);
|
| 376 |
$selectcontentgrp = [
|
376 |
$selectcontentgrp = [
|