From 3be155a2637184499f132392ee19f8906c46c6e0 Mon Sep 17 00:00:00 2001 From: Matthieu Marcillaud <marcimat@rezo.net> Date: Wed, 7 Dec 2011 19:43:29 +0000 Subject: [PATCH] =?UTF-8?q?Le=20s=C3=A9lecteur=20de=20groupes=20de=20mots?= =?UTF-8?q?=20a=20plus=20sa=20place=20dans=20l'extensions=20mots=20!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitattributes | 2 -- prive/formulaires/selecteur_groupe_mot.html | 7 ------- .../selecteur_groupe_mot_fonctions.php | 20 ------------------- 3 files changed, 29 deletions(-) delete mode 100644 prive/formulaires/selecteur_groupe_mot.html delete mode 100644 prive/formulaires/selecteur_groupe_mot_fonctions.php diff --git a/.gitattributes b/.gitattributes index c9d5b1933b..2d335a13cb 100644 --- a/.gitattributes +++ b/.gitattributes @@ -383,8 +383,6 @@ prive/formulaires/selecteur/picker.css -text prive/formulaires/selecteur/rubriques.html -text prive/formulaires/selecteur/rubriques_fonctions.php -text prive/formulaires/selecteur/selecteur_fonctions.php -text -prive/formulaires/selecteur_groupe_mot.html -text -prive/formulaires/selecteur_groupe_mot_fonctions.php -text prive/formulaires/traduire.html -text prive/formulaires/traduire.php -text prive/ical_prive.html -text diff --git a/prive/formulaires/selecteur_groupe_mot.html b/prive/formulaires/selecteur_groupe_mot.html deleted file mode 100644 index 4bd21b2f84..0000000000 --- a/prive/formulaires/selecteur_groupe_mot.html +++ /dev/null @@ -1,7 +0,0 @@ -<B_groupes> -<select[ name='(#ENV{name})'][ id='(#ENV{id})']> -<BOUCLE_groupes(GROUPES_MOTS){par titre}{tables_liees==#VAL{'(^|,)'}|concat{#ENV{table,.*},'($|,)'}}> -<option value='#ID_GROUPE'[(#EXPOSE{' '})selected='selected']>[(#TITRE|supprimer_tags|texte_backend)]</option> -</BOUCLE_groupes> -</select> -</B_groupes> \ No newline at end of file diff --git a/prive/formulaires/selecteur_groupe_mot_fonctions.php b/prive/formulaires/selecteur_groupe_mot_fonctions.php deleted file mode 100644 index 5136305df7..0000000000 --- a/prive/formulaires/selecteur_groupe_mot_fonctions.php +++ /dev/null @@ -1,20 +0,0 @@ -<?php - -/***************************************************************************\ - * SPIP, Systeme de publication pour l'internet * - * * - * Copyright (c) 2001-2011 * - * Arnaud Martin, Antoine Pitrou, Philippe Riviere, Emmanuel Saint-James * - * * - * Ce programme est un logiciel libre distribue sous licence GNU/GPL. * - * Pour plus de details voir le fichier COPYING.txt ou l'aide en ligne. * -\***************************************************************************/ -/* -function critere_GROUPES_MOTS_table_dist($idb,&$boucles, $crit) { - if (isset($crit->param[0])) { - $_table = calculer_liste($crit->param[0], array(), $boucles, $boucles[$idb]->id_parent); - $boucles[$idb]->where[]="$_table?preg_replace('[^w]','',$_table).\"='oui'\":\"\""; - } -}*/ - -?> -- GitLab