diff --git a/view/view_career_unit.php b/view/view_career_unit.php index 33d723f22d6419ae94709990a72f9d580b50d04c..3f8daf198b5b8f451b3613b960d1aeb2c5e90afb 100644 --- a/view/view_career_unit.php +++ b/view/view_career_unit.php @@ -58,11 +58,12 @@ $edit_url = $CFG->wwwroot . "/blocks/career/career_setting.php?course=" . $COURS <section class="section"> - <h2 class="display-4" style="float: left;"><?=$titre;?></h2> - + <a class="btn btn-warning" style="float: right; margin-left: 0.25rem;" href="<?php echo $edit_url; ?>">Éditer</a> <a class="btn btn-primary" style="float: right;" href="<?php echo $cours_url; ?>">Retour au cours</a> + <h2 class="display-4" style="clear: both;"><?=$titre;?></h2> + <div class="career-descr" style="clear: both;"> <?php echo $intro; ?> </div>