coquille dans le json de demo
This commit is contained in:
parent
ae948abbb1
commit
4a5238cfd1
1 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@
|
||||||
"crayons":{
|
"crayons":{
|
||||||
"titre" : "souscription",
|
"titre" : "souscription",
|
||||||
"prenom" : "souscription"
|
"prenom" : "souscription"
|
||||||
}
|
},
|
||||||
"classes":{
|
"classes":{
|
||||||
"titre": "toto",
|
"titre": "toto",
|
||||||
"email":"toto"
|
"email":"toto"
|
||||||
|
@ -40,7 +40,7 @@
|
||||||
})]
|
})]
|
||||||
{
|
{
|
||||||
"html": {
|
"html": {
|
||||||
id": #ID_SOUSCRIPTION,
|
"id": #ID_SOUSCRIPTION,
|
||||||
"modif" : [(#VAL{<a class="modalbox" href="[(#URL_PAGE{souscrire}|parametre_url{id_souscription,#ID_SOUSCRIPTION}|parametre_url{redirect,gamutable})]"><i class="fa fa-pencil"></i></a>}|json_encode)],
|
"modif" : [(#VAL{<a class="modalbox" href="[(#URL_PAGE{souscrire}|parametre_url{id_souscription,#ID_SOUSCRIPTION}|parametre_url{redirect,gamutable})]"><i class="fa fa-pencil"></i></a>}|json_encode)],
|
||||||
"date" : [(#DATE|affdate{d/m/Y}|json_encode)],
|
"date" : [(#DATE|affdate{d/m/Y}|json_encode)],
|
||||||
"statut" : [(#GET{statut}|json_encode)],
|
"statut" : [(#GET{statut}|json_encode)],
|
||||||
|
@ -61,7 +61,7 @@
|
||||||
"modif": [(#STATUT|concat{-}|concat{#ID_SOUSCRIPTION}|json_encode)]
|
"modif": [(#STATUT|concat{-}|concat{#ID_SOUSCRIPTION}|json_encode)]
|
||||||
},
|
},
|
||||||
search: {
|
search: {
|
||||||
id": #ID_SOUSCRIPTION,
|
"id": #ID_SOUSCRIPTION,
|
||||||
"modif" : "",
|
"modif" : "",
|
||||||
"date" : [(#DATE|affdate{d/m/Y}|json_encode)],
|
"date" : [(#DATE|affdate{d/m/Y}|json_encode)],
|
||||||
"statut" : [(#GET{statut}|json_encode)],
|
"statut" : [(#GET{statut}|json_encode)],
|
||||||
|
|
Loading…
Add table
Reference in a new issue