Loading module/Application/view/application/these/index.phtml +5 −1 Original line number Diff line number Diff line Loading @@ -129,7 +129,11 @@ $acteursFormatter->asSeparated() <abbr title="<?php echo $these->getEcoleDoctorale()->getLibelle() ?>"><?php echo $these->getEcoleDoctorale()->getSourceCode() ?></abbr> <?php endif ?> </td> <td><abbr title="<?php echo $these->getLibelleUniteRecherche() ?>"><?php echo $these->getUniteRecherche()->getSourceCode() ?></abbr></td> <td> <?php if($these->getUniteRecherche()): ?> <abbr title="<?php echo $these->getUniteRecherche()->getLibelle() ?>"><?php echo $these->getUniteRecherche()->getSourceCode() ?></abbr> <?php endif ?> </td> <td><?php echo $this->dateFormat($these->getDatePremiereInscription(),IntlDateFormatter::MEDIUM); ?> Loading Loading
module/Application/view/application/these/index.phtml +5 −1 Original line number Diff line number Diff line Loading @@ -129,7 +129,11 @@ $acteursFormatter->asSeparated() <abbr title="<?php echo $these->getEcoleDoctorale()->getLibelle() ?>"><?php echo $these->getEcoleDoctorale()->getSourceCode() ?></abbr> <?php endif ?> </td> <td><abbr title="<?php echo $these->getLibelleUniteRecherche() ?>"><?php echo $these->getUniteRecherche()->getSourceCode() ?></abbr></td> <td> <?php if($these->getUniteRecherche()): ?> <abbr title="<?php echo $these->getUniteRecherche()->getLibelle() ?>"><?php echo $these->getUniteRecherche()->getSourceCode() ?></abbr> <?php endif ?> </td> <td><?php echo $this->dateFormat($these->getDatePremiereInscription(),IntlDateFormatter::MEDIUM); ?> Loading