Changes for page homeopathsSheet

Last modified by Jip-jan Alunkel on March 26, 17:31

From version 1.93
edited by Jip-jan Alunkel
on March 08, 15:18
Change comment: There is no comment for this version
To version 1.104
edited by Jip-jan Alunkel
on March 08, 15:34
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -94,6 +94,12 @@
94 94  
95 95   #if($theDocObj.getProperty($key))
96 96   #set($value = $theDocObj.getProperty($key).value)
97 + #if($value.isEmpty())
98 +
99 + #else
100 + #set($value = "1")
101 + #end
102 + $key : $value<br />
97 97   #set($newElem = {
98 98   "id" : "$key",
99 99   "type" : $propertyType,
... ... @@ -122,7 +122,7 @@
122 122   #if($propertyOpener)
123 123  ## #createExpandStart($newElem $newElem["value"])
124 124   #end
125 -$theDocObj.getProperty("certification").value <br />
131 +##$theDocObj.getProperty("certification").value <br />
126 126   #end
127 127  
128 128  #*