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

incorrect table width in Exercise

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • 1.6.4, 1.7.1, 1.8
    • 1.6, 1.7
    • Other
    • None
    • MOODLE_16_STABLE, MOODLE_17_STABLE
    • MOODLE_16_STABLE, MOODLE_17_STABLE, MOODLE_18_STABLE

      Re: Exercise not complete for teachers

      by Miroslav Fikar.

      I am glad to reply to myself: this is caused by bug in exercise/locallib.php, in function exercise_print_tabbed_heading, around line 2293:

      echo "<table width=\"$tabs-width\" border=\"0\" valign=\"top\" align=\"center\" ";

      change for

      echo "<table width=\"$tabs->width\" border=\"0\" valign=\"top\" align=\"center\" ";

      The same bug exists in the newest module for Moodle 1.7.

      Source: http://moodle.org/mod/forum/discuss.php?d=59412&parent=269583

            skodak Petr Skoda
            skodak Petr Skoda
            Nobody Nobody (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                Error rendering 'clockify-timesheets-time-tracking-reports:timer-sidebar'. Please contact your Jira administrators.