Skip to content
Snippets Groups Projects
Commit de260d03 authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files
parent 0389256a
No related branches found
No related tags found
No related merge requests found
......@@ -5,12 +5,12 @@
* @var $typeVolumeHoraire Application\Entity\Db\TypeVolumeHoraire
*/
$this->headTitle()->append("Enseignements");
$this->headTitle()->append("Services");
echo $this->messenger()->addCurrentMessagesFromFlashMessenger();
?>
<h1 class="page-header">Enseignements</h1>
<h1 class="page-header">Services</h1>
<?php
if ($this->isAllowed('Information', 'info-only-structure')){
......
<?php $this->headTitle()->append("Enseignements $annee") ?>
<?php $this->headTitle()->append("Services $annee") ?>
<h1 class="page-header">Enseignements <small>Année universitaire <?= $annee; ?></small></h1>
<h1 class="page-header">Services <small>Année universitaire <?= $annee; ?></small></h1>
<?php
echo $this->messenger()->setMessages(['warning' => "Sont visibles ici les référentiels et les enseignements prévisionnels des intervenants affectés "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment