- #694: Color of 'Promotion' groups -ALK
* XnetGrp:
+ - #481: Can list user of a city or a map from the geoloc -FRU
- #658: Admins can convert 'non-X' into X -FRU
- #696: Don't forget non-X when counting members -FRU
- #698: Fix the unregister user lister when adding a new member -FRU
{
global $globals;
- if ($action == 'geoloc' || $action == 'trombi') {
+ if ($action == 'search') {
+ http_redirect("https://www.polytechnique.org/search/adv?rechercher=Chercher&groupex={$globals->asso('id')}"
+ . "&cityid=" . Env::v('cityid') . "&mapid=" . Env::v('mapid'));
+ } else if ($action == 'geoloc' || $action == 'trombi') {
$view = new UserSet();
$view->addMod('trombi', 'Trombinoscope');
- $view->addMod('geoloc', 'Planisphère');
+ $view->addMod('geoloc', 'Planisphère', false, array('with_annu' => 'annuaire/search'));
$view->apply('annuaire', $page, $action, $subaction);
if ($action == 'geoloc' && $subaction) {
return;