Modifications pour le document Homeopaths

Modifié par Jip-jan Alunkel le mars 14, 20:13

Depuis la version 8.9
modifié par Jip-jan Alunkel
sur décembre 06, 03:29
Commentaire de modification : Renamed from xwiki:practices.WebHome
À la version 8.5
modifié par Jip-jan Alunkel
sur décembre 06, 02:10
Commentaire de modification : Renamed from xwiki:practices.WebHome

Résumé

Détails

Propriétés de la Page
Contenu
... ... @@ -44,7 +44,6 @@
44 44   "aria-label" : "Choose the country",
45 45   "placeholder" : "$services.localization.render('homeopaths.word.country.placeholder')",
46 46   "data-set-space": "true",
47 - "data-parent-space": "homeopaths",
48 48   "data-error-response-type" : "use_label_definite_1",
49 49   "data-auto-first-capital" : "true",
50 50   "data-query-type" : "JSON",
... ... @@ -53,16 +53,13 @@
53 53   "data-query-list-header" : "$services.localization.render('pagemaker.line.suggest_select_list')",
54 54   "data-query-list-contents" : "key",
55 55   "data-query-list-editable" : "false",
55 + "data-create-xobj" : "true",
56 + "data-xobj-classname" : "cases.Code.casesClass",
57 + "data-xobj-fieldname" : "country",
56 56   "help-block" : 'Type and select the country where your practice resides.'
57 57  })
58 58  #createFormElement($country)
59 59  
60 -#*
61 - "data-create-xobj" : "true",
62 - "data-xobj-classname" : "homeopaths.Code.homeopathsClass",
63 - "data-xobj-fieldname" : "country",
64 -*#
65 -
66 66  #set($address = {
67 67   "id" : "address",
68 68   "type" : "address",
... ... @@ -85,8 +85,8 @@
85 85  })
86 86  #createFormElement($address)
87 87  #set($submit = {
88 - "id" : "create_practice",
89 - "button-text" : "Add practice",
84 + "id" : "create_case",
85 + "button-text" : "Submit",
90 90   "help-block" : "Please remind yourself to always anonymize the case."
91 91  })
92 92  #createSubmit($submit)