Changes for page homeopathsSheet

Last modified by Jip-jan Alunkel on March 26, 17:31

From version 1.122
edited by Jip-jan Alunkel
on March 08, 18:18
Change comment: There is no comment for this version
To version 1.126
edited by Jip-jan Alunkel
on March 08, 18:23
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -35,8 +35,7 @@
35 35  ## The classProperties Map has to be in the order of how you want the form elements to appear in the form.
36 36  #set($classProperties = [
37 37   {'practiceName': {'type': 'text'}},
38 -
39 -{'pmAddress': 'type': 'text', 'extraAttributes': {"aria-label": "Input and select the address of your practice", "placeholder": "$services.localization.render('homeopaths.multiword.address.placeholder')", "data-auto-first-capital": "true", "data-query-type": "address", "data-query-reference": "", "data-query-list-type": "suggest-select", "data-query-list-header": "$services.localization.render('pagemaker.line.suggest_select_list')", "data-query-list-contents": "value/key", "data-query-list-editable": "false", "data-create-xobj": "true", "data-xobj-classname": "homeopaths.Code.homeopathsClass", "help-block" : 'Input street and number, then select the address of your practice.'}},
38 + {'pmAddress': {'type': 'address', 'extraAttributes': {"aria-label": "Input and select the address of your practice", "placeholder": "$services.localization.render('homeopaths.multiword.address.placeholder')", "data-auto-first-capital": "true", "data-query-type": "address", "data-query-reference": "", "data-query-list-type": "suggest-select", "data-query-list-header": "$services.localization.render('pagemaker.line.suggest_select_list')", "data-query-list-contents": "value/key", "data-query-list-editable": "false", "data-create-xobj": "true", "data-xobj-classname": "homeopaths.Code.homeopathsClass", "help-block" : 'Input street and number, then select the address of your practice.'}}},
40 40   {'pmStreet': {'type': 'text'}},
41 41   {'pmHousenumber': {'type': 'text'}},
42 42   {'pmPostcode': {'type': 'text'}},
... ... @@ -89,6 +89,7 @@
89 89   #foreach($item in $property.keySet())
90 90   #set($key = $item)
91 91   #end
91 +$key
92 92   #foreach($item in $property.values())
93 93   #set($propertyType = $item.type)
94 94   #set($propertyOpener = $item.opener)