Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 11
Línea 1514... Línea 1514...
1514
 
1514
 
1515
    if (isset($item->custom)) {
1515
    if (isset($item->custom)) {
1516
        $config->instructorcustomparameters = params_to_string($item->custom);
1516
        $config->instructorcustomparameters = params_to_string($item->custom);
Línea 1517... Línea 1517...
1517
    }
1517
    }
1518
 
-
 
1519
    // Set the status, allowing the form to validate, and pass an indicator to the relevant form field.
1518
 
Línea 1520... Línea 1519...
1520
    $config->selectcontentstatus = true;
1519
    // Pass an indicator to the relevant form field.
1521
    $config->selectcontentindicator = $OUTPUT->pix_icon('i/valid', get_string('yes')) . get_string('contentselected', 'mod_lti');
1520
    $config->selectcontentindicator = $OUTPUT->pix_icon('i/valid', get_string('yes')) . get_string('contentselected', 'mod_lti');