Changes for page homeopathsSheet
Last modified by Jip-jan Alunkel on March 26, 17:31
From version 1.94
edited by Jip-jan Alunkel
on March 08, 15:19
on March 08, 15:19
Change comment:
There is no comment for this version
To version 1.105
edited by Jip-jan Alunkel
on March 08, 15:34
on March 08, 15:34
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -94,9 +94,12 @@ 94 94 95 95 #if($theDocObj.getProperty($key)) 96 96 #set($value = $theDocObj.getProperty($key).value) 97 - #if(!$value) 97 + #if(!$value.isEmpty()) 98 + 99 + #else 98 98 #set($value = "1") 99 99 #end 102 + $key : $value<br /> 100 100 #set($newElem = { 101 101 "id" : "$key", 102 102 "type" : $propertyType, ... ... @@ -125,7 +125,7 @@ 125 125 #if($propertyOpener) 126 126 ## #createExpandStart($newElem $newElem["value"]) 127 127 #end 128 -$theDocObj.getProperty("certification").value <br /> 131 +##$theDocObj.getProperty("certification").value <br /> 129 129 #end 130 130 131 131 #*