Commit 50e78786 authored by Jean-Philippe Metivier's avatar Jean-Philippe Metivier
Browse files

Changement affichage dans l'affichage des structures des résumés

parent 0f170baf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -134,7 +134,7 @@ class Structure implements ResourceInterface, SynchroAwareInterface, HasDescript
    {
        $text = "";
        if ($this->getRepriseResumeMere() AND $this->parent !== null) {
            $text .= $this->parent->getDescription() . "<br/>";
            $text .= $this->parent->getDescriptionComplete() . "<br/>";
        }
        return $text . $this->description ;
    }
+2 −2
Original line number Diff line number Diff line
@@ -52,8 +52,8 @@ $poste = $fiche->getPoste();
            <?php foreach ($structures as $structure) : ?>
                <h4> <?php echo $structure->getLibelleLong(); ?> </h4>

                <?php if ($structure->getDescription() !== null) :?>
                    <?php echo $structure->getDescription(); ?>
                <?php if ($structure->getDescriptionComplete() !== null) :?>
                    <?php echo $structure->getDescriptionComplete(); ?>
                <?php else: ?>
                    <div class="alert alert-warning">
                        <i class="fas fa-exclamation-triangle"></i>