~ubuntu-branches/ubuntu/utopic/moodle/utopic

« back to all changes in this revision

Viewing changes to mod/feedback/show_entries_anonym.php

  • Committer: Package Import Robot
  • Author(s): Thijs Kinkhorst
  • Date: 2014-05-12 16:10:38 UTC
  • mfrom: (36.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20140512161038-puyqf65k4e0s8ytz
Tags: 2.6.3-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
$strfeedbacks = get_string("modulenameplural", "feedback");
63
63
$strfeedback  = get_string("modulename", "feedback");
64
64
 
65
 
$PAGE->set_heading(format_string($course->fullname));
66
 
$PAGE->set_title(format_string($feedback->name));
 
65
$PAGE->set_heading($course->fullname);
 
66
$PAGE->set_title($feedback->name);
67
67
echo $OUTPUT->header();
 
68
echo $OUTPUT->heading(format_string($feedback->name));
68
69
 
69
70
/// Print the main part of the page
70
71
///////////////////////////////////////////////////////////////////////////
72
73
///////////////////////////////////////////////////////////////////////////
73
74
require('tabs.php');
74
75
 
75
 
echo $OUTPUT->heading(format_text($feedback->name));
76
 
 
77
76
//print the list with anonymous completeds
78
77
if (!$showcompleted) {
79
78