Skip to content

Commit

Permalink
fixed up link when selecting; merged from MOODLE_15_STABLE
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Jul 12, 2005
1 parent ca4fb81 commit b2ece19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/index.php
Expand Up @@ -689,7 +689,7 @@ function displaydir ($wdir) {
if ($dir == '..') {
$fileurl = rawurlencode(dirname($wdir));
print_cell();
print_cell('left', '<a href="index.php?id='.$id.'&amp;wdir='.$fileurl.'"><img src="'.$CFG->pixpath.'/f/parent.gif" height="16" width="16" alt="'.get_string('parentfolder').'" /></a> <a href="index.php?id='.$id.'&amp;wdir='.$fileurl.'">'.get_string('parentfolder').'</a>', 'name');
print_cell('left', '<a href="index.php?id='.$id.'&amp;wdir='.$fileurl.'&amp;choose='.$choose.'"><img src="'.$CFG->pixpath.'/f/parent.gif" height="16" width="16" alt="'.get_string('parentfolder').'" /></a> <a href="index.php?id='.$id.'&amp;wdir='.$fileurl.'&amp;choose='.$choose.'">'.get_string('parentfolder').'</a>', 'name');
print_cell();
print_cell();
print_cell();
Expand Down

0 comments on commit b2ece19

Please sign in to comment.