dirroot.'/blocks/progress/common.php');
require_once($CFG->dirroot.'/blocks/progress/lib.php');
// Show the column headers with help buttons
print(''.get_string('config_header_status','block_progress').' | '.get_string('config_header_colour','block_progress'));
helpbutton('whyChangeColours',get_string('why_change_colours','block_progress'),'block_progress');
print(' | ');
// Show the config controls
print(''.get_string('status_attempted','block_progress').' | '.get_string('default_colour','block_progress').' | ');
print(''.get_string('status_not_attempted','block_progress').' | '.get_string('default_colour','block_progress').' | ');
print(''.get_string('status_future_not_attempted','block_progress').' | '.get_string('default_colour','block_progress').' | ');
?>
|
|