Changes for page homeopathsSheet

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

From version 3.186
edited by Jip-jan Alunkel
on March 11, 18:06
Change comment: Rollback to version 1.38
To version 3.187
edited by Jip-jan Alunkel
on March 11, 18:14
Change comment: Rollback to version 1.38

Summary

Details

Page properties
Content
... ... @@ -115,11 +115,11 @@
115 115   #set($value = "")
116 116   #set($item = $classProperties["$propertyName"])
117 117   #if(!$item.containsKey("disabled") || $item["disabled"] == 0)
118 - #set($checkBool = ["false","true"])
119 119   #if(!$item.extraAttributes)
120 120   #set($item.extraAttributes = {})
121 121   #end
122 122   #set($translatedProperties = {})
122 + #set($checkBool = ["false","true"])
123 123   #if(!$item.containsKey("classless") && $theDocObj.getProperty($propertyName))
124 124   #if($theDocObj.getProperty($propertyName).value)
125 125   #set($value = $theDocObj.getProperty($propertyName).value)
... ... @@ -129,12 +129,14 @@
129 129   #end
130 130   #else
131 131   #if($item.type == "checkbox")
132 - #set($value = "1")
133 133   #if(!$item.extraAttributes.containsKey("data-checked"))
134 134   #set($item.extraAttributes["data-checked"] = "$checkBool[0]")
135 135   #end
136 136   #end
137 137   #end
137 + #if($item.type == "checkbox")
138 + #set($value = "1")
139 + #end
138 138   #if($item.type != "checkbox" && $item.type != "radio" && !$item.containsKey("disabled"))
139 139   #set($translatedProperties = {
140 140   'aria_label': 'data-aria-label',