Changes for page homeopathsSheet
Last modified by Jip-jan Alunkel on March 26, 17:31
From version 1.153
edited by Jip-jan Alunkel
on March 08, 18:56
on March 08, 18:56
Change comment:
There is no comment for this version
To version 1.149
edited by Jip-jan Alunkel
on March 08, 18:53
on March 08, 18:53
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -98,14 +98,13 @@ 98 98 #if($theDocObj.getProperty($key) || $propertyType == "address") 99 99 #set($value = $theDocObj.getProperty($key).value) 100 100 #if(!$value) 101 -$propertyType 102 102 #if($propertyType == "checkbox" || $propertyType == "radio") 103 103 #set($value = "1") 104 -$propertyType - $value 105 105 #else 106 106 #set($value = "") 107 107 #end 108 108 #end 107 +$value 109 109 #set($newElem = { 110 110 "id" : "$key", 111 111 "type" : $propertyType, ... ... @@ -133,7 +133,7 @@ 133 133 #end 134 134 #createFormElement($newElem) 135 135 #if($propertyOpener) 136 - ##$value135 +$value 137 137 #createExpandStart($newElem $value) 138 138 #end 139 139 #end