Changes for page homeopathsSheet

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

From version 3.183
edited by Jip-jan Alunkel
on March 11, 18:00
Change comment: Rollback to version 1.38
To version 3.184
edited by Jip-jan Alunkel
on March 11, 18:03
Change comment: Rollback to version 1.38

Summary

Details

Page properties
Content
... ... @@ -33,7 +33,7 @@
33 33  #set($classProperties = {
34 34   'editAddress': {'type': 'checkbox', 'opener': 1, 'classless': 1, 'extraAttributes': {"data-checked": "false"}},
35 35   'pmAddress': {'type': 'address', 'parent': 'editAddress', 'extraAttributes': {"pmLatlong": "$xa['pmLatlong']", "pmCountry": "$xa['pmCountry']", "pmState": "$xa['pmState']", "pmCounty": "$xa['pmCounty']", "pmPostcode": "$xa['pmPostcode']", "pmCity": "$xa['pmCity']", "pmStreet": "$xa['pmStreet']", "pmHousenumber": "$xa['pmHousenumber']", "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.'}},
36 - 'practiceName': {'type': 'text', 'disabled': 0, 'extraAttributes': {"disabled": "disabled", "help-block" : 1}},
36 + 'practiceName': {'type': 'text', 'disabled': 0, "help-block": 1, 'extraAttributes': {"disabled": "disabled"}},
37 37   'pmStreet': {'type': 'text', 'disabled': 1},
38 38   'pmHousenumber': {'type': 'text', 'disabled': 1},
39 39   'pmPostcode': {'type': 'text', 'disabled': 1},
... ... @@ -142,7 +142,7 @@
142 142   })
143 143   #end
144 144   #set($translatedProperties['label'] = 'label')
145 - #if($item.extraAttributes.containsKey('help-block') && $item.extraAttributes['help-block'] == 1)
145 + #if($item['help-block'] == 1)
146 146   #set($translatedProperties['help_block'] = 'help-block')
147 147   #end
148 148   #foreach($key in $translatedProperties.keySet())