Changes for page homeopathsSheet
Last modified by Jip-jan Alunkel on March 26, 17:31
From version 3.20
edited by Jip-jan Alunkel
on March 09, 01:15
on March 09, 01:15
Change comment:
Rollback to version 1.38
To version 3.17
edited by Jip-jan Alunkel
on March 09, 00:47
on March 09, 00:47
Change comment:
Rollback to version 1.38
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -35,15 +35,14 @@ 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', 'extraAttributes': {"disabled": "disabled", "help-block" : 'The name of your practice is the title of this page. If you want to change it, you should edit the content of this page.'}}, 38 - 'editAddress': {'type': 'checkbox', 'opener': 1}, 39 - 'pmAddress': {'type': 'address', 'parent': 'editAddress', '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 - 'pmStreet': {'type': 'text', 'disabled': 1}, 41 - 'pmHousenumber': {'type': 'text', 'disabled': 1}, 42 - 'pmPostcode': {'type': 'text', 'disabled': 1}, 43 - 'pmCity': {'type': 'text', 'disabled': 1}, 44 - 'pmCounty': {'type': 'text', 'disabled': 1}, 45 - 'pmState': {'type': 'text', 'disabled': 1}, 46 - 'pmCountry': {'type': 'text', 'disabled': 1}, 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.'}}, 39 + 'pmStreet': {'type': 'text'}, 40 + 'pmHousenumber': {'type': 'text'}, 41 + 'pmPostcode': {'type': 'text'}, 42 + 'pmCity': {'type': 'text'}, 43 + 'pmCounty': {'type': 'text'}, 44 + 'pmState': {'type': 'text'}, 45 + 'pmCountry': {'type': 'text'}, 47 47 'certification': {'type': 'checkbox', 'opener': 1}, 48 48 'certificationFrom': {'type': 'text', 'parent': 'certification'} 49 49 }) ... ... @@ -101,7 +101,7 @@ 101 101 <div class="modal-body"> 102 102 <fieldset class="fieldset"> 103 103 <address> 104 -$doc.getTitle()<br /> 103 +$doc.getTitle()<br /><br /> 105 105 #set($addressArray = ['pmStreet','pmHousenumber','pmPostcode','pmCity','pmState','pmCounty','pmCountry']) 106 106 #set($x = {}) 107 107 #foreach($datapart in $addressArray)