Changes for page Homeopaths

Modificado por Jip-jan Alunkel em março 14, 20:13

From version 8.5
edited by Jip-jan Alunkel
on dezembro 06, 02:10
Change comment: Renamed from xwiki:practices.WebHome
To version 8.11
edited by Jip-jan Alunkel
on dezembro 08, 00:05
Change comment: Renamed from xwiki:practices.WebHome

Summary

Details

Page properties
Content
... ... @@ -7,6 +7,9 @@
7 7  #set($discard = $xwiki.jsx.use('assets.pagemaker.WebHome', {'minify': false}))
8 8  
9 9  {{html wiki="true" clean="false"}}
10 +<div id="homeopaths_map"></div>
11 +
12 +
10 10  #set($form_start = {
11 11   "id": "homeoworld_form",
12 12   "product": "practice",
... ... @@ -44,6 +44,7 @@
44 44   "aria-label" : "Choose the country",
45 45   "placeholder" : "$services.localization.render('homeopaths.word.country.placeholder')",
46 46   "data-set-space": "true",
50 + "data-parent-space": "homeopaths",
47 47   "data-error-response-type" : "use_label_definite_1",
48 48   "data-auto-first-capital" : "true",
49 49   "data-query-type" : "JSON",
... ... @@ -52,13 +52,16 @@
52 52   "data-query-list-header" : "$services.localization.render('pagemaker.line.suggest_select_list')",
53 53   "data-query-list-contents" : "key",
54 54   "data-query-list-editable" : "false",
55 - "data-create-xobj" : "true",
56 - "data-xobj-classname" : "cases.Code.casesClass",
57 - "data-xobj-fieldname" : "country",
58 58   "help-block" : 'Type and select the country where your practice resides.'
59 59  })
60 60  #createFormElement($country)
61 61  
63 +#*
64 + "data-create-xobj" : "true",
65 + "data-xobj-classname" : "homeopaths.Code.homeopathsClass",
66 + "data-xobj-fieldname" : "country",
67 +*#
68 +
62 62  #set($address = {
63 63   "id" : "address",
64 64   "type" : "address",
... ... @@ -81,8 +81,8 @@
81 81  })
82 82  #createFormElement($address)
83 83  #set($submit = {
84 - "id" : "create_case",
85 - "button-text" : "Submit",
91 + "id" : "create_practice",
92 + "button-text" : "Add practice",
86 86   "help-block" : "Please remind yourself to always anonymize the case."
87 87  })
88 88  #createSubmit($submit)