Commit 20a35605 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

[FIX] Fiche Thèse/HDR : affichage plus discret de l'état (h2 remplacé par un span).

parent 3e70eba8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@ Journal des modifications
- Nouvelle organisation de configuration des imports/synchros (en phase avec la version 8.0 d'unicaen/db-import).
- Nouvelles lignes de commandes pour lancer les imports/synchros (en phase avec la version 8.0 d'unicaen/db-import).
- [FIX] Signature erronée de la méthode Pays::getCodePaysApogee(). 
- [FIX] Fiche Thèse/HDR : affichage plus discret de l'état (h2 remplacé par un span).

11.0.1
------
+1 −1
Original line number Diff line number Diff line
@@ -98,7 +98,7 @@ switch ($hdr->getEtatHDR()){
    <div class="col-md-6 informations-compl-card etat-informations-card <?=$etatHDRClass?>-etat-card"
         data-bs-toggle="tooltip" data-bs-original-title="<?=$etatHDRTextTooltip?>">
        <span class="icon icon-<?=$iconEtatHDR?>"></span>
        <h2><?= $hdr->getEtatHDRToString(); ?></h2>
        <span><?= $hdr->getEtatHDRToString(); ?></span>
    </div>
</div>

+1 −1
Original line number Diff line number Diff line
@@ -104,7 +104,7 @@ switch ($these->getEtatThese()){
    <div class="col-md-6 informations-compl-card etat-informations-card <?=$etatTheseClass?>-etat-card"
         data-bs-toggle="tooltip" data-bs-original-title="<?=$etatTheseTextTooltip?>">
        <span class="icon icon-<?=$iconEtatThese?>"></span>
        <h2><?= $these->getEtatTheseToString(); ?></h2>
        <span><?= $these->getEtatTheseToString(); ?></span>
    </div>
</div>