Changes for page homeopathsSheet

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

From version 3.107
edited by Jip-jan Alunkel
on March 10, 21:14
Change comment: Rollback to version 1.38
To version 3.110
edited by Jip-jan Alunkel
on March 10, 21:19
Change comment: Rollback to version 1.38

Summary

Details

Page properties
Content
... ... @@ -103,6 +103,8 @@
103 103   #createAddress($theClass 1)
104 104   #set($lastChild = "")
105 105   #foreach($propertyName in $classProperties.keySet())
106 + #set($value = "")
107 +$propertyName - $value
106 106   #set($item = $classProperties["$propertyName"])
107 107   #if(!$item.containsKey("disabled"))
108 108   #set($checkBool = ["false","true"])
... ... @@ -113,7 +113,6 @@
113 113   #end
114 114   #else
115 115   #if($item.type == "checkbox")
116 -$propertyName - $value
117 117   #set($value = "1")
118 118   #if(!$item.extraAttributes.containsKey("data-checked"))
119 119   #set($item.extraAttributes["data-checked"] = "$checkBool[0]")