Loading module/Application/view/application/fiche-poste/editer.phtml +1 −1 Original line number Diff line number Diff line Loading @@ -51,10 +51,10 @@ $this->headTitle("Modification de la fiche de poste #".$fiche->getId()); <?php echo $this->messenger()->addMessagesFromFlashMessenger(); ?> <span style="visibility: hidden;">Fiche de poste #<?php echo $fiche->getId(); ?></span> <div class="row"> <div class="col-md-9"> <h1 class="page-header"> <!-- Fiche de poste #--><?php //echo $fiche->getId(); ?><!--<br/>--> <?php echo $this->partial('partial/intitule', ['ficheposte' => $fiche], [], true); ?> </h1> </div> Loading Loading
module/Application/view/application/fiche-poste/editer.phtml +1 −1 Original line number Diff line number Diff line Loading @@ -51,10 +51,10 @@ $this->headTitle("Modification de la fiche de poste #".$fiche->getId()); <?php echo $this->messenger()->addMessagesFromFlashMessenger(); ?> <span style="visibility: hidden;">Fiche de poste #<?php echo $fiche->getId(); ?></span> <div class="row"> <div class="col-md-9"> <h1 class="page-header"> <!-- Fiche de poste #--><?php //echo $fiche->getId(); ?><!--<br/>--> <?php echo $this->partial('partial/intitule', ['ficheposte' => $fiche], [], true); ?> </h1> </div> Loading