Changes for page homeopathsSheet
Last modified by Jip-jan Alunkel on March 26, 17:31
From 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
To 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
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -98,8 +98,10 @@ 98 98 #if($theDocObj.getProperty($key) || $propertyType == "address") 99 99 #set($value = $theDocObj.getProperty($key).value) 100 100 #if(!$value) 101 +$propertyType 101 101 #if($propertyType == "checkbox" || $propertyType == "radio") 102 102 #set($value = "1") 104 +$propertyType - $value 103 103 #else 104 104 #set($value = "") 105 105 #end ... ... @@ -131,7 +131,7 @@ 131 131 #end 132 132 #createFormElement($newElem) 133 133 #if($propertyOpener) 134 - //$newElem["value"]136 +##$value 135 135 #createExpandStart($newElem $value) 136 136 #end 137 137 #end