Skip to content

Commit

Permalink
edit text "Modifier l'ordre de mes cours"
Browse files Browse the repository at this point in the history
edit text "Modifier l'ordre de mes cours"
  • Loading branch information
jonathanjoegit committed Jul 7, 2020
1 parent f586e9f commit a68b26b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions block_tableau_bord.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public function get_content() {
// Load script Ajax.
$this->page->requires->js('/blocks/tableau_bord/js/scriptajax.js');
$this->content->text .= '<a class="btn btn-primary" href="'.$CFG->wwwroot.'/my/index.php">';
$this->content->text .= 'Quitter l\'organisation de mes cours</a>';
$this->content->text .= 'Enregistrer l\'ordre des cours</a>';
$this->content->text .= $renderer->render_from_template('block_tableau_bord/lstcourse',
array('std' => $std, 'wroot' => $CFG->wwwroot, 'userid' => $USER->id), null);
} else {
Expand Down Expand Up @@ -136,7 +136,7 @@ public function get_content() {
}
}
$this->content->text .= '<div class="d-flex flex-row-reverse"><a class="btn btn-primary" href="'.$CFG->wwwroot.'/my/index.php?editmode=on" title="Ordonnancer mes cours">';
$this->content->text .= 'Organiser mes cours</a></div>';
$this->content->text .= 'Modifier l\'ordre de mes cours</a></div>';
$this->content->text .= $renderer->tableau_bord($sortedcourses, $overviews, $lstonglet);
$this->content->text .= $renderer->hidden_courses($totalcourses - count($sortedcourses));
}
Expand Down Expand Up @@ -170,4 +170,4 @@ public function applicable_formats() {
public function hide_header() {
return 1;
}
}
}

0 comments on commit a68b26b

Please sign in to comment.