Uploaded image for project: 'Moodle'
  1. Moodle
  2. MDL-17883

Gradebook headers have no tooltips, so long titles are hidden and unreadable (+ fix)

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Fixed
    • Minor
    • 1.9.5
    • 1.9.4
    • Gradebook
    • None
    • MOODLE_19_STABLE
    • MOODLE_19_STABLE

    Description

      This has bugged me for a while.

      Add this in place of line 844 of /grade/lib.php

      $title = $element['object']->get_name();
      $header .= $title;

      And this in place of line 865:

      $header = '<a href="'.$url.'" title="'.$title.'">'.$header.'</a>';

      Attachments

        Issue Links

          Activity

            People

              skodak Petr Skoda
              mattgibson Matt Gibson
              Helen Foster Helen Foster
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:
                13/May/09