X-Git-Url: http://git.cyclocoop.org/?p=velocampus%2Fweb%2Fwww.git;a=blobdiff_plain;f=www%2Fecrire%2Fconfiguration%2Findexeur.php;fp=www%2Fecrire%2Fconfiguration%2Findexeur.php;h=b87976686f8908210a00d9e1b3fffba34ee5308f;hp=0000000000000000000000000000000000000000;hb=80b4d3e85f78d402ed2e73f8f5d1bf4c19962eed;hpb=aaf970bf4cdaf76689ecc10609048e18d073820c diff --git a/www/ecrire/configuration/indexeur.php b/www/ecrire/configuration/indexeur.php new file mode 100644 index 0000000..b879766 --- /dev/null +++ b/www/ecrire/configuration/indexeur.php @@ -0,0 +1,37 @@ +" + . _T('info_question_utilisation_moteur_recherche') + . "" + . "
" + . afficher_choix('activer_moteur', $GLOBALS['meta']["activer_moteur"], + array('oui' => _T('item_utiliser_moteur_recherche'), + 'non' => _T('item_non_utiliser_moteur_recherche')), '   ') + . "
"; + + $res = debut_cadre_trait_couleur("racine-site-24.gif", true, "", _T('info_moteur_recherche').aide ("confmoteur")) + . ajax_action_post('configurer', 'indexeur', 'config_fonctions', '', $res) + . fin_cadre_trait_couleur(true); + + return ajax_action_greffe("configurer-indexeur", '', $res); +} +?>