Loading src/UnicaenAuth/View/Helper/partial/connect.phtml +1 −1 Original line number Diff line number Diff line Loading @@ -29,9 +29,9 @@ use Zend\Form\Form; <?php if ($messages = $this->flashMessenger('zfcuser-login-form')): ?> <?php foreach ($messages as $message): ?> <div class="messenger alert alert-danger "> <button type="button" class="close" title="Fermer cette alerte" data-dismiss="alert">×</button> <span class="icon icon-avertissement"></span> <?php echo $message ?> <br> <button type="button" class="close" title="Fermer cette alerte" data-dismiss="alert">×</button> </div> <?php endforeach ?> <?php endif ?> Loading view/unicaen-auth/auth/login-tabs.phtml +2 −2 Original line number Diff line number Diff line Loading @@ -45,9 +45,9 @@ $activeHelper = null; $activeClass = ''; } ?> <li role="presentation" class="<?php echo $activeClass ?>"> <li role="presentation" class="nav-item"> <?php $query = $redirect ? ['redirect' => $redirect] : [] ?> <a href="<?php echo $this->url('zfcuser/login', ['type' => $key], ['query' => $query]) ?>"><?php echo $helper->getTitle() ?></a> <a class="nav-link <?php echo $activeClass ?>" href="<?php echo $this->url('zfcuser/login', ['type' => $key], ['query' => $query]) ?>"><?php echo $helper->getTitle() ?></a> </li> <?php endforeach ?> </ul> Loading Loading
src/UnicaenAuth/View/Helper/partial/connect.phtml +1 −1 Original line number Diff line number Diff line Loading @@ -29,9 +29,9 @@ use Zend\Form\Form; <?php if ($messages = $this->flashMessenger('zfcuser-login-form')): ?> <?php foreach ($messages as $message): ?> <div class="messenger alert alert-danger "> <button type="button" class="close" title="Fermer cette alerte" data-dismiss="alert">×</button> <span class="icon icon-avertissement"></span> <?php echo $message ?> <br> <button type="button" class="close" title="Fermer cette alerte" data-dismiss="alert">×</button> </div> <?php endforeach ?> <?php endif ?> Loading
view/unicaen-auth/auth/login-tabs.phtml +2 −2 Original line number Diff line number Diff line Loading @@ -45,9 +45,9 @@ $activeHelper = null; $activeClass = ''; } ?> <li role="presentation" class="<?php echo $activeClass ?>"> <li role="presentation" class="nav-item"> <?php $query = $redirect ? ['redirect' => $redirect] : [] ?> <a href="<?php echo $this->url('zfcuser/login', ['type' => $key], ['query' => $query]) ?>"><?php echo $helper->getTitle() ?></a> <a class="nav-link <?php echo $activeClass ?>" href="<?php echo $this->url('zfcuser/login', ['type' => $key], ['query' => $query]) ?>"><?php echo $helper->getTitle() ?></a> </li> <?php endforeach ?> </ul> Loading