Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 121... Línea 121...
121
    $exporter->set_export_file_name($filename);
121
    $exporter->set_export_file_name($filename);
122
    $exporter->send_file();
122
    $exporter->send_file();
123
}
123
}
Línea 124... Línea 124...
124
 
124
 
125
// Build header to match the rest of the UI.
125
// Build header to match the rest of the UI.
126
$PAGE->add_body_class('mediumwidth');
126
$PAGE->add_body_class('limitedwidth');
127
$pagename = get_string('exportentries', 'data');
127
$pagename = get_string('exportentries', 'data');
128
$titleparts = [
128
$titleparts = [
129
    $pagename,
129
    $pagename,
130
    format_string($data->name),
130
    format_string($data->name),