From 59824c00b9711e041163c949f9ef666b07a2d56c Mon Sep 17 00:00:00 2001 From: Cerdic <cedric@yterium.com> Date: Tue, 17 May 2011 15:14:54 +0000 Subject: [PATCH] fichier manquant pour le selecteur article/rubrique --- .gitattributes | 2 ++ prive/ajax_item_pick.html | 8 ++++++++ prive/ajax_item_pick_fonctions.php | 5 +++++ 3 files changed, 15 insertions(+) create mode 100644 prive/ajax_item_pick.html create mode 100644 prive/ajax_item_pick_fonctions.php diff --git a/.gitattributes b/.gitattributes index dd1ab335f8..d2bf59a5c3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -273,6 +273,8 @@ ecrire/xml/valider.php -text local/remove.txt -text prive/aide_body.css -text prive/aide_menu.html -text +prive/ajax_item_pick.html -text +prive/ajax_item_pick_fonctions.php -text prive/echafaudage/contenu/objet.html -text prive/echafaudage/contenu/objet_edit.html -text prive/echafaudage/contenu/objet_edit.sans_rubrique.html -text diff --git a/prive/ajax_item_pick.html b/prive/ajax_item_pick.html new file mode 100644 index 0000000000..173c33872a --- /dev/null +++ b/prive/ajax_item_pick.html @@ -0,0 +1,8 @@ +[(#REM) + + Squelette + (c) xxx + Distribue sous licence GPL + +][(#HTTP_HEADER{Content-type: text/javascript[; charset=(#CHARSET)]}) +]#CACHE{3600}[(#ENV{ref}|picker_identifie_id_rapide{#ENV{rubriques,0},#ENV{articles,0}})] \ No newline at end of file diff --git a/prive/ajax_item_pick_fonctions.php b/prive/ajax_item_pick_fonctions.php new file mode 100644 index 0000000000..8c76feccb7 --- /dev/null +++ b/prive/ajax_item_pick_fonctions.php @@ -0,0 +1,5 @@ +<?php + +include_spip('formulaires/selecteur/selecteur_fonctions'); + +?> \ No newline at end of file -- GitLab