Commit 3640a7e0 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Merge branch 'master' of git.unicaen.fr:dsi/sygal

parents efc584ff cf8b99f7
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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);
                ?>