Modifiche per il documento Homeopaths
Ultima modifica di Jip-jan Alunkel il marzo 14, 20:13
Dalla versione 8.12
modificato da Jip-jan Alunkel
il dicembre 08, 00:08
il dicembre 08, 00:08
Cambia il commento:
Renamed from xwiki:practices.WebHome
Alla versione 8.4
modificato da Jip-jan Alunkel
il dicembre 06, 02:09
il dicembre 06, 02:09
Cambia il commento:
Renamed from xwiki:practices.WebHome
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -7,12 +7,6 @@ 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 -<script> 13 -var map = L.map('homeopaths_map').setView([51.505, -0.09], 13); 14 -</script> 15 - 16 16 #set($form_start = { 17 17 "id": "homeoworld_form", 18 18 "product": "practice", ... ... @@ -50,7 +50,6 @@ 50 50 "aria-label" : "Choose the country", 51 51 "placeholder" : "$services.localization.render('homeopaths.word.country.placeholder')", 52 52 "data-set-space": "true", 53 - "data-parent-space": "homeopaths", 54 54 "data-error-response-type" : "use_label_definite_1", 55 55 "data-auto-first-capital" : "true", 56 56 "data-query-type" : "JSON", ... ... @@ -57,18 +57,15 @@ 57 57 "data-query-reference" : "assets.pagemaker.JSON.countries", 58 58 "data-query-list-type" : "suggest-select", 59 59 "data-query-list-header" : "$services.localization.render('pagemaker.line.suggest_select_list')", 60 - "data-query-list-contents" : " key",53 + "data-query-list-contents" : "value", 61 61 "data-query-list-editable" : "false", 55 + "data-create-xobj" : "true", 56 + "data-xobj-classname" : "cases.Code.casesClass", 57 + "data-xobj-fieldname" : "country", 62 62 "help-block" : 'Type and select the country where your practice resides.' 63 63 }) 64 64 #createFormElement($country) 65 65 66 -#* 67 - "data-create-xobj" : "true", 68 - "data-xobj-classname" : "homeopaths.Code.homeopathsClass", 69 - "data-xobj-fieldname" : "country", 70 -*# 71 - 72 72 #set($address = { 73 73 "id" : "address", 74 74 "type" : "address", ... ... @@ -91,8 +91,8 @@ 91 91 }) 92 92 #createFormElement($address) 93 93 #set($submit = { 94 - "id" : "create_ practice",95 - "button-text" : " Add practice",84 + "id" : "create_case", 85 + "button-text" : "Submit", 96 96 "help-block" : "Please remind yourself to always anonymize the case." 97 97 }) 98 98 #createSubmit($submit)