Loading module/Formation/src/Formation/Service/Session/Search/SessionSearchService.php +6 −0 Original line number Diff line number Diff line Loading @@ -87,6 +87,7 @@ class SessionSearchService extends SearchService $this->createEtatSorter(), $this->createModaliteSorter(), $this->createSeancesSorter(), $this->createTypeSorter(), ]); //tri affichant des sessions affichées Loading Loading @@ -267,4 +268,9 @@ class SessionSearchService extends SearchService }); return $sorter; } private function createTypeSorter(): SearchSorter { return new SearchSorter("Type", self::NAME_type); } } No newline at end of file module/Formation/view/formation/formation/recherche/index.phtml +3 −3 Original line number Diff line number Diff line Loading @@ -79,19 +79,19 @@ $canExporterFormations = $this->isAllowed(FormationPrivileges::getResourceId <th> <a href="<?php echo $s = $this->sortable(FormationSearchService::NAME_site) ?>" title="<?php echo $this->translate("Établissement organisateur") ?> "> <?php echo $this->translate("Établissement organisateur") ?>* <?php echo $this->translate("Établissement organisateur") ?> </a> <?php echo $s->icon() ?> </th> <th> <a href="<?php echo $s = $this->sortable(FormationSearchService::NAME_responsable) ?>" title="<?php echo $this->translate("Responsable") ?> "> <?php echo $this->translate("Responsable") ?>* <?php echo $this->translate("Responsable") ?> </a> <?php echo $s->icon() ?> </th> <th> <a href="<?php echo $s = $this->sortable(FormationSearchService::NAME_modalite) ?>" title="<?php echo $this->translate("Modalité") ?> "> <?php echo $this->translate("Modalité") ?>* <?php echo $this->translate("Modalité") ?> </a> <?php echo $s->icon() ?> </th> <th> Loading module/Formation/view/formation/session/recherche/index.phtml +7 −4 Original line number Diff line number Diff line Loading @@ -57,23 +57,26 @@ $queryParams = $this->queryParams(); <th style="max-width: 6rem;"> <a href="<?php echo $s = $this->sortable(SessionSearchService::NAME_site) ?>" title="<?php echo $this->translate("Établissement organisateur") ?> "> <?php echo $this->translate("Établissement organisateur") ?>* <?php echo $this->translate("Établissement organisateur") ?> </a> <?php echo $s->icon() ?> </th> <th> <a href="<?php echo $s = $this->sortable(SessionSearchService::NAME_responsable) ?>" title="<?php echo $this->translate("Responsable") ?> "> <?php echo $this->translate("Responsable") ?>* <?php echo $this->translate("Responsable") ?> </a> <?php echo $s->icon() ?> </th> <th> <a href="<?php echo $s = $this->sortable(SessionSearchService::NAME_modalite) ?>" title="<?php echo $this->translate("Modalité") ?> "> <?php echo $this->translate("Modalité") ?>* <?php echo $this->translate("Modalité") ?> </a> <?php echo $s->icon() ?> </th> <th> Type <a href="<?php echo $s = $this->sortable(SessionSearchService::NAME_type) ?>" title="<?php echo $this->translate("Type") ?> "> <?php echo $this->translate("Type") ?> </a> <?php echo $s->icon() ?> </th> <th> <a href="<?php echo $s = $this->sortable(SessionSearchService::NAME_etat) ?>" Loading Loading
module/Formation/src/Formation/Service/Session/Search/SessionSearchService.php +6 −0 Original line number Diff line number Diff line Loading @@ -87,6 +87,7 @@ class SessionSearchService extends SearchService $this->createEtatSorter(), $this->createModaliteSorter(), $this->createSeancesSorter(), $this->createTypeSorter(), ]); //tri affichant des sessions affichées Loading Loading @@ -267,4 +268,9 @@ class SessionSearchService extends SearchService }); return $sorter; } private function createTypeSorter(): SearchSorter { return new SearchSorter("Type", self::NAME_type); } } No newline at end of file
module/Formation/view/formation/formation/recherche/index.phtml +3 −3 Original line number Diff line number Diff line Loading @@ -79,19 +79,19 @@ $canExporterFormations = $this->isAllowed(FormationPrivileges::getResourceId <th> <a href="<?php echo $s = $this->sortable(FormationSearchService::NAME_site) ?>" title="<?php echo $this->translate("Établissement organisateur") ?> "> <?php echo $this->translate("Établissement organisateur") ?>* <?php echo $this->translate("Établissement organisateur") ?> </a> <?php echo $s->icon() ?> </th> <th> <a href="<?php echo $s = $this->sortable(FormationSearchService::NAME_responsable) ?>" title="<?php echo $this->translate("Responsable") ?> "> <?php echo $this->translate("Responsable") ?>* <?php echo $this->translate("Responsable") ?> </a> <?php echo $s->icon() ?> </th> <th> <a href="<?php echo $s = $this->sortable(FormationSearchService::NAME_modalite) ?>" title="<?php echo $this->translate("Modalité") ?> "> <?php echo $this->translate("Modalité") ?>* <?php echo $this->translate("Modalité") ?> </a> <?php echo $s->icon() ?> </th> <th> Loading
module/Formation/view/formation/session/recherche/index.phtml +7 −4 Original line number Diff line number Diff line Loading @@ -57,23 +57,26 @@ $queryParams = $this->queryParams(); <th style="max-width: 6rem;"> <a href="<?php echo $s = $this->sortable(SessionSearchService::NAME_site) ?>" title="<?php echo $this->translate("Établissement organisateur") ?> "> <?php echo $this->translate("Établissement organisateur") ?>* <?php echo $this->translate("Établissement organisateur") ?> </a> <?php echo $s->icon() ?> </th> <th> <a href="<?php echo $s = $this->sortable(SessionSearchService::NAME_responsable) ?>" title="<?php echo $this->translate("Responsable") ?> "> <?php echo $this->translate("Responsable") ?>* <?php echo $this->translate("Responsable") ?> </a> <?php echo $s->icon() ?> </th> <th> <a href="<?php echo $s = $this->sortable(SessionSearchService::NAME_modalite) ?>" title="<?php echo $this->translate("Modalité") ?> "> <?php echo $this->translate("Modalité") ?>* <?php echo $this->translate("Modalité") ?> </a> <?php echo $s->icon() ?> </th> <th> Type <a href="<?php echo $s = $this->sortable(SessionSearchService::NAME_type) ?>" title="<?php echo $this->translate("Type") ?> "> <?php echo $this->translate("Type") ?> </a> <?php echo $s->icon() ?> </th> <th> <a href="<?php echo $s = $this->sortable(SessionSearchService::NAME_etat) ?>" Loading