Changes for page homeopathsSheet

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

From version 1.118
edited by Jip-jan Alunkel
on March 08, 15:44
Change comment: There is no comment for this version
To version 1.110
edited by Jip-jan Alunkel
on March 08, 15:38
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -36,10 +36,10 @@
36 36  #set($classProperties = [
37 37   {'practiceName': {'type': 'text'}},
38 38   {'pmStreet': {'type': 'text'}},
39 - {'pmHousenumber': {'type': 'text'}},
39 + {'pmHousenumber': {'type': 'text', 'parent': 'certification'}},
40 40   {'pmPostcode': {'type': 'text'}},
41 41   {'pmCity': {'type': 'text'}},
42 - {'pmCounty': {'type': 'text'}},
42 + {'pmCounty': {'type': 'text', 'parent': 'certification'}},
43 43   {'pmState': {'type': 'text'}},
44 44   {'pmCountry': {'type': 'text'}},
45 45   {'certification': {'type': 'checkbox', 'opener': 1}},
... ... @@ -118,7 +118,7 @@
118 118   #if(!$value)
119 119   #set($value = "1")
120 120   #end
121 -## $key : $value<br />
121 + $key : $value<br />
122 122   #set($newElem = {
123 123   "id" : "$key",
124 124   "type" : $propertyType,
... ... @@ -139,15 +139,13 @@
139 139   #set($discard = $newElem.put("data-opener", "true"))
140 140   #end
141 141   #if($propertyParent)
142 - #set($lastChild = "$key")
142 + #set($lastChild = $key)
143 143   #elseif($lastChild != "")
144 144   #set($lastChild = "")
145 145   #createExpandEnd()
146 146   #end
147 147   #createFormElement($newElem)
148 - $lastChild
149 149   #if($propertyOpener)
150 - $newElem["value"]
151 151   #createExpandStart($newElem $newElem["value"])
152 152   #end
153 153   #end