Skip to content
Snippets Groups Projects
Commit 011f9dce authored by Jean-Philippe Metivier's avatar Jean-Philippe Metivier
Browse files

Ajout du numero de fiche en hidden pour la redirection poste duplication

parent c4446ba6
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment