Skip to content
Snippets Groups Projects
Commit 3ad28502 authored by Thomas Fradet's avatar Thomas Fradet
Browse files

css

parent 167429d4
No related branches found
No related tags found
No related merge requests found
...@@ -58,11 +58,12 @@ $edit_url = $CFG->wwwroot . "/blocks/career/career_setting.php?course=" . $COURS ...@@ -58,11 +58,12 @@ $edit_url = $CFG->wwwroot . "/blocks/career/career_setting.php?course=" . $COURS
<section class="section"> <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-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> <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;"> <div class="career-descr" style="clear: both;">
<?php echo $intro; ?> <?php echo $intro; ?>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment