From 1fae76054dbf2271f6a092b4b9a600527e2ec46e Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Sun, 13 Jul 2008 00:40:40 +0200 Subject: [PATCH] Minifiches and Mini-Fiches are in a boat, one of them fall in the water, who is still in the boat? Mini-fiches. --- modules/carnet.php | 2 +- modules/lists.php | 2 +- modules/search.php | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/carnet.php b/modules/carnet.php index febcf3b..65aae6c 100644 --- a/modules/carnet.php +++ b/modules/carnet.php @@ -267,7 +267,7 @@ class CarnetModule extends PLModule $base = 'carnet/contacts'; $view = new UserSet("INNER JOIN contacts AS c2 ON (u.user_id = c2.contact)", " c2.uid = $uid "); } - $view->addMod('minifiche', 'Mini-Fiches', true); + $view->addMod('minifiche', 'Mini-fiches', true); $view->addMod('trombi', 'Trombinoscope', false, array('with_admin' => false, 'with_promo' => true)); $view->addMod('geoloc', 'Planisphère', false, array('with_annu' => 'carnet/contacts/search')); $view->apply($base, $page, $action, $subaction); diff --git a/modules/lists.php b/modules/lists.php index 22fe67e..7567fb5 100644 --- a/modules/lists.php +++ b/modules/lists.php @@ -366,7 +366,7 @@ class ListsModule extends PLModule $view = new ArraySet($users); $view->addMod('trombi', 'Trombinoscope', true, array('with_promo' => true)); if (empty($GLOBALS['IS_XNET_SITE'])) { - $view->addMod('minifiche', 'Minifiches', false); + $view->addMod('minifiche', 'Mini-fiches', false); } $view->addMod('geoloc', 'Planisphère'); $view->apply("lists/annu/$liste", $page, $action, $subaction); diff --git a/modules/search.php b/modules/search.php index 1a98912..c97996c 100644 --- a/modules/search.php +++ b/modules/search.php @@ -131,7 +131,7 @@ class SearchModule extends PLModule require_once 'userset.inc.php'; $view = new SearchSet(true, $action == 'geoloc' && substr($subaction, -3) == 'swf'); - $view->addMod('minifiche', 'Minifiches', true, array('with_score' => true)); + $view->addMod('minifiche', 'Mini-fiches', true, array('with_score' => true)); if (S::logged() && !Env::i('nonins')) { $view->addMod('trombi', 'Trombinoscope', false, array('with_promo' => true, 'with_score' => true)); $view->addMod('geoloc', 'Planisphère', false, array('with_annu' => 'search/adv')); @@ -200,7 +200,7 @@ class SearchModule extends PLModule require_once 'userset.inc.php'; $view = new SearchSet(false, $action == 'geoloc' && substr($subaction, -3) == 'swf'); - $view->addMod('minifiche', 'Minifiches', true); + $view->addMod('minifiche', 'Mini-fiches', true); $view->addMod('trombi', 'Trombinoscope', false, array('with_promo' => true)); //$view->addMod('geoloc', 'Planisphère', false, array('with_annu' => 'search/adv')); $view->apply('search/adv', $page, $action, $subaction); -- 2.1.4