Changes for page homeopathsSheet
Last modified by Jip-jan Alunkel on March 26, 17:31
From version 1.144
edited by Jip-jan Alunkel
on March 08, 18:47
on March 08, 18:47
Change comment:
There is no comment for this version
To version 1.154
edited by Jip-jan Alunkel
on March 08, 18:58
on March 08, 18:58
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -97,9 +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(!$value) 100 +$value + 4 101 +#if(!$value) 102 +$propertyType 101 101 #if($propertyType == "checkbox" || $propertyType == "radio") 102 - #set($value = "yes") 104 + #set($value = "1") 105 +$propertyType - $value 103 103 #else 104 104 #set($value = "") 105 105 #end ... ... @@ -131,7 +131,8 @@ 131 131 #end 132 132 #createFormElement($newElem) 133 133 #if($propertyOpener) 134 - #createExpandStart($newElem $newElem["value"]) 137 +##$value 138 + #createExpandStart($newElem $value) 135 135 #end 136 136 #end 137 137 #end