Changes for page homeopathsSheet
Last modified by Jip-jan Alunkel on March 26, 17:31
From version 1.155
edited by Jip-jan Alunkel
on March 08, 19:01
on March 08, 19:01
Change comment:
There is no comment for this version
To version 1.147
edited by Jip-jan Alunkel
on March 08, 18:52
on March 08, 18:52
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -97,11 +97,12 @@ 97 97 #set($label = $services.localization.render("homeopaths.classproperty.${key}")) 98 98 #if($theDocObj.getProperty($key) || $propertyType == "address") 99 99 #set($value = $theDocObj.getProperty($key).value) 100 - #if($propertyType == "checkbox" || $propertyType == "radio") 101 - #set($value = "1") 102 - #end 103 103 #if(!$value) 104 - #set($value = "") 101 + #if($propertyType == "checkbox" || $propertyType == "radio") 102 + #set($value = "1") 103 + #else 104 + #set($value = "") 105 + #end 105 105 #end 106 106 #set($newElem = { 107 107 "id" : "$key", ... ... @@ -130,7 +130,7 @@ 130 130 #end 131 131 #createFormElement($newElem) 132 132 #if($propertyOpener) 133 - ##$value134 +// $newElem["value"] 134 134 #createExpandStart($newElem $value) 135 135 #end 136 136 #end