Wijzigen voor document Homeopaths
Laatst gewijzigd door Jip-jan Alunkel op maart 14, 20:13
Van versie 10.5
gewijzigd door Jip-jan Alunkel
op maart 07, 14:18
op maart 07, 14:18
Opmerking bij wijziging:
Renamed from xwiki:practices.WebHome
Naar versie 9.1
gewijzigd door Jip-jan Alunkel
op februari 10, 17:51
op februari 10, 17:51
Opmerking bij wijziging:
Renamed from xwiki:practices.WebHome
Samenvatting
-
Paginaeigenschappen (1 gewijzigd, 0 toegevoegd, 0 verwijderd)
Details
- Paginaeigenschappen
-
- Inhoud
-
... ... @@ -18,7 +18,7 @@ 18 18 #set($r = $q.bindValue('usr', $xcontext.getUserReference().getName()).execute()) 19 19 #set($practiceExists = $r.size() > 0) 20 20 #if(!$practiceExists) 21 -<h2 id="add_practice">Add your practice to the map</h2>21 +<h2>Add your practice to the map</h2> 22 22 #set($form_start = { 23 23 "id": "homeoworld_form", 24 24 "product": "practice", ... ... @@ -86,21 +86,10 @@ 86 86 "data-query-list-editable" : "false", 87 87 "data-create-xobj" : "true", 88 88 "data-xobj-classname" : "homeopaths.Code.homeopathsClass", 89 + "data-xobj-fieldname" : "address", 89 89 "help-block" : 'Input street and number, then select the address of your practice.' 90 90 }) 91 -#* 92 - "data-xobj-fieldname" : "address", 93 -*# 94 94 #createFormElement($address) 95 -#set($friend = { 96 - "id" : "friend", 97 - "type" : "hidden", 98 - "value": "$context.getUser()", 99 - "data-create-xobj" : "true", 100 - "data-xobj-classname" : "homeopaths.Code.homeopathsClass", 101 - "data-xobj-fieldname" : "doc_owner" 102 -}) 103 -#createFormElement($friend) 104 104 #set($submit = { 105 105 "id" : "create_practice", 106 106 "button-text" : "Add practice",