Loading module/Oscar/view/oscar/public/index.phtml +10 −1 Original line number Diff line number Diff line Loading @@ -138,6 +138,16 @@ if (file_exists(__DIR__ . '/../../../../../data/home.html')): </form> </section> <?php endif; ?> <section class="section-home section-chemin-decisionnel"> <h3><i class="icon-paper-plane"></i>Créer une nouvelle demande de convention</h3> <ul style="font-size: larger; font-weight: bolder;"> <?php foreach ($conventionModeles as $conventionModele): ?> <li> <a href="<?= $this->url('conventionModeles/instance/instancier', ['id' => $conventionModele->id]) ?>"><?= $conventionModele->nom ?></a> </li> <?php endforeach; ?> </ul> </section> </section> <?php else: ?> <div class="alert alert-warning"> Loading @@ -153,4 +163,3 @@ if (file_exists(__DIR__ . '/../../../../../data/home.html')): <?php endif; ?> </section> </div> Loading
module/Oscar/view/oscar/public/index.phtml +10 −1 Original line number Diff line number Diff line Loading @@ -138,6 +138,16 @@ if (file_exists(__DIR__ . '/../../../../../data/home.html')): </form> </section> <?php endif; ?> <section class="section-home section-chemin-decisionnel"> <h3><i class="icon-paper-plane"></i>Créer une nouvelle demande de convention</h3> <ul style="font-size: larger; font-weight: bolder;"> <?php foreach ($conventionModeles as $conventionModele): ?> <li> <a href="<?= $this->url('conventionModeles/instance/instancier', ['id' => $conventionModele->id]) ?>"><?= $conventionModele->nom ?></a> </li> <?php endforeach; ?> </ul> </section> </section> <?php else: ?> <div class="alert alert-warning"> Loading @@ -153,4 +163,3 @@ if (file_exists(__DIR__ . '/../../../../../data/home.html')): <?php endif; ?> </section> </div>