Changes for page homeopathsSheet

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

From version 3.200
edited by Jip-jan Alunkel
on March 11, 19:04
Change comment: Rollback to version 1.38
To version 3.198
edited by Jip-jan Alunkel
on March 11, 18:45
Change comment: Rollback to version 1.38

Summary

Details

Page properties
Content
... ... @@ -111,7 +111,9 @@
111 111   <div class="modal-body">
112 112   #createAddress($theClass 1)
113 113   #set($lastChild = "")
114 +##$classProperties.keySet()
114 114   #foreach($propertyName in $classProperties.keySet())
116 +$propertyName
115 115   #set($value = "")
116 116   #set($item = $classProperties["$propertyName"])
117 117   #if(!$item.containsKey("disabled") || $item["disabled"] == 0)
... ... @@ -137,7 +137,7 @@
137 137   #end
138 138   #end
139 139   #end
140 - #if($item.type != "checkbox" && $item.type != "radio" && (!$item.containsKey("disabled") || $item["disabled"] == 0))
142 + #if($item.type != "checkbox" && $item.type != "radio" && !$item.containsKey("disabled"))
141 141   #set($translatedProperties = {
142 142   'aria_label': 'data-aria-label',
143 143   'placeholder': 'placeholder'
... ... @@ -150,9 +150,6 @@
150 150   #foreach($key in $translatedProperties.keySet())
151 151   #set($item.extraAttributes["$translatedProperties[$key]"] = $services.localization.render("homeopaths.classproperty.${propertyName}.${key}"))
152 152   #end
153 -#if($propertyName == "nrOfHomeopaths")
154 -$item
155 -#end
156 156   #if($item.containsKey("classless"))
157 157   #set($newElem = {
158 158   "id" : "$propertyName",