Ajouter 'quartier' si 'fiche.city' = Toulouse
This commit is contained in:
parent
66e9027db8
commit
db6f7f1319
|
@ -52,7 +52,7 @@
|
|||
|
||||
"relations": {
|
||||
"0": ["1", "4", "6", "8"],
|
||||
"5": ["4", "5", "6"]
|
||||
"5": ["cd 4", "5", "6"]
|
||||
}
|
||||
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -321,7 +321,10 @@ ficheBuilder.setLayout(
|
|||
|
||||
"\t<h5 class='nobold color0'>\n"+
|
||||
"\t\t<input type='text' data-name='city' placeholder='Ville' value='@city'>\n"+
|
||||
"\t\t<input type='text' data-name='cp' placeholder='Code postal' value='@cp'>\n"+
|
||||
"\t\t<input type='text' data-name='cp' placeholder='Code postal' value='@cp'><br>\n"+
|
||||
"\t</h5>\n"+
|
||||
"\t<h5 class='nobold color0'>\n"+
|
||||
"\t\tSi Toulouse : <input type='text' data-name='quartier' placeholder='quartier' value='@quartier'>\n"+
|
||||
"\t</h5>\n"+
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue