Commit bf3ad988 authored by Antony Le Courtes's avatar Antony Le Courtes
Browse files

Correction sur reconduction centre cout et modulateur avec l'utilisation d'un...

Correction sur reconduction centre cout et modulateur avec l'utilisation d'un helper dans la vue pour l'url.
parent 64584cb2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -57,9 +57,9 @@ echo $this->messenger()->addCurrentMessagesFromFlashMessenger();
</table>
<?php else: ?>
    <?php if($fromPost): ?>
        <p> <a href="<?= $this->url('aof/reconduction-centre-cout') . "?structure=" . $structure->getId(); ?>" >< Retour à la liste des formations.</a></p>
        <p> <a href="<?= $this->url('aof/reconduction-centre-cout', [], ['query' => ['structure' => $structure->getId()]]) ?>" >< Retour à la liste des formations.</a></p>
    <?php else: ?>
        <form action="<?= $_SERVER['REQUEST_URI']; ?>" method="POST" id="form-reconduction">
        <form action="<?= $this->url('aof/reconduction-centre-cout', [], ['query' => ['structure' => $structure->getId()]]) ?>" method="POST" id="form-reconduction">

            <p style="text-align:right;"><strong>EP</strong> = Elément pédagogique / <strong>CC</strong> = Centre de coût</p>
            <table class="reconduction-offre table table-bordered table-condensed table-hover" >
+2 −2
Original line number Diff line number Diff line
@@ -55,9 +55,9 @@ echo $this->messenger()->addCurrentMessagesFromFlashMessenger();
    </table>
<?php else: ?>
    <?php if($fromPost): ?>
        <p> <a href="<?= $this->url('aof/reconduction-modulateur') . "?structure=" . $structure->getId(); ?>" >< Retour à la liste des formations.</a></p>
        <p> <a href="<?= $this->url('aof/reconduction-modulateur', [], ['query' => ['structure' => $structure->getId()]]) ?>" >< Retour à la liste des formations.</a></p>
    <?php else: ?>
        <form action="<?= $_SERVER['REQUEST_URI']; ?>" method="POST" id="form-reconduction">
        <form action="<?= $this->url('aof/reconduction-modulateur', [], ['query' => ['structure' => $structure->getId()]]) ?>" method="POST" id="form-reconduction">

            <table class="reconduction-offre table table-bordered table-condensed table-hover" >
                <thead>