Skip to content

Commit

Permalink
MDL-10544 placeholder for outcome edit forms grade/edit/outcome/
Browse files Browse the repository at this point in the history
MDL-10650 scales code moved to grade/edit/scale/
refactoring in grade/edit/
  • Loading branch information
skodak committed Jul 29, 2007
1 parent 70244cc commit 78ad5f3
Show file tree
Hide file tree
Showing 24 changed files with 471 additions and 476 deletions.
2 changes: 1 addition & 1 deletion blocks/admin/block_admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ function get_content() {

/// Manage scales
if (has_capability('moodle/course:managescales', $context) && ($course->id!==SITEID)) {
$this->content->items[]='<a href="scales.php?id='.$this->instance->pageid.'">'.get_string('scales').'</a>';
$this->content->items[]='<a href="'.$CFG->wwwroot.'/grade/edit/scale/index.php?id='.$this->instance->pageid.'">'.get_string('scales').'</a>';
$this->content->icons[]='<img src="'.$CFG->pixpath.'/i/scales.gif" class="icon" alt="" />';
}

Expand Down
Loading

0 comments on commit 78ad5f3

Please sign in to comment.