Commit d638fd4a authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files
parent abd094cb
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -10,6 +10,11 @@
* Nouvelle notion de mission, permettant de gérer les contrats étudiants
* Taux HETD personnalisables

## Améliorations
* 
* Modification de libellé dans l'affichage de l'offre de formation (#49763)



# OSE 20.3 (à venir)

+3 −3
Original line number Diff line number Diff line
@@ -241,7 +241,7 @@ $canSyncElement = $this->isAllowed(Privileges::getResourceId(Privileges::ODF_ELE
                            'data-event' => 'element-pedagogique-ajouter',
                            'title'      => 'Ajouter un enseignement',
                        ];
                        echo $this->tag('a', $attrs)->html('<i class="fas fa-plus"></i> Nouvel enseignement');
                        echo $this->tag('a', $attrs)->html('<i class="fas fa-plus"></i> Nouvel élément pédagogique');
                    }
                    if ($canExport) {
                        $params = [
@@ -267,8 +267,8 @@ $canSyncElement = $this->isAllowed(Privileges::getResourceId(Privileges::ODF_ELE
                <table class="table table-bordered table-sm table-hover table-sort">
                    <thead>
                    <tr>
                        <th colspan="3">Formation</th>
                        <th colspan="5">Enseignement</th>
                        <th colspan="3">Formations</th>
                        <th colspan="5">Eléments pédagogiquess</th>
                    </tr>
                    <tr>
                        <th>Niveau</th>