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

Merge remote-tracking branch 'origin/b24' into b24

parents a0a6ca96 a27c3f81
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -138,7 +138,7 @@ class EnseignementsViewHelper extends AbstractHtmlElement
        echo $this->getView()->inlineScript()->appendFile($this->getView()->basePath() . '/js/service.js');

        $out = '<div ' . $this->htmlAttribs($attribs) . '>';
        if (count($this->getServices()) > 150) {
        if (count($this->getServices()) > 500) {
            return $out . '<div class="alert alert-danger" role="alert">Le nombre de services à afficher est trop important. Merci d\'affiner vos critères de recherche.</div></div>';
        }
        $out .= $this->renderActionButtons();