Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 416... Línea 416...
416
 
416
 
Línea 417... Línea 417...
417
    foreach ($allentries as $entry) {
417
    foreach ($allentries as $entry) {
418
 
418
 
419
        // Setting the pivot for the current entry
419
        // Setting the pivot for the current entry
420
        if ($printpivot) {
420
        if ($printpivot) {
421
            $pivot = $entry->{$pivotkey};
421
            $pivot = format_string($entry->{$pivotkey}, false, ["context" => $context]);
Línea 422... Línea 422...
422
            $upperpivot = core_text::strtoupper($pivot);
422
            $upperpivot = core_text::strtoupper($pivot);
423
            $pivottoshow = core_text::strtoupper(format_string($pivot, true, $fmtoptions));
423
            $pivottoshow = core_text::strtoupper(format_string($pivot, true, $fmtoptions));
Línea 433... Línea 433...
433
                $currentpivot = $upperpivot;
433
                $currentpivot = $upperpivot;
Línea 434... Línea 434...
434
 
434
 
Línea 435... Línea 435...
435
                // print the group break if apply
435
                // print the group break if apply
436
 
436
 
Línea 437... Línea 437...
437
                echo '<div>';
437
                echo '<div>';
438
                echo '<table cellspacing="0" class="glossarycategoryheader">';
438
                echo '<table cellspacing="0" class="glossarycategoryheader table-reboot">';
439
 
439
 
440
                echo '<tr>';
440
                echo '<tr>';