Changes for page homeopathsSheet
Last modified by Jip-jan Alunkel on March 26, 17:31
From version 3.305
edited by Jip-jan Alunkel
on March 26, 16:47
on March 26, 16:47
Change comment:
Rollback to version 1.38
To version 3.306
edited by Jip-jan Alunkel
on March 26, 17:31
on March 26, 17:31
Change comment:
Rollback to version 1.38
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -87,7 +87,7 @@ 87 87 #if($hide == 0) 88 88 <p class="property"> 89 89 ## Show value only if there is a value to show, otherwise set to 'unknown'. 90 - <span class="property-name">$services.localization.render("${subject}.classproperty.${property}.label")</span>#if($ theDocObj.getProperty($property).value && $theDocObj.getProperty($property).value!= "") <span class="property-value">$doc.display($property)</span>#else <span class="property-value ghost">$services.localization.render("resource.unknown.label")</span>#end90 + <span class="property-name">$services.localization.render("${subject}.classproperty.${property}.label")</span>#if($doc.display($property) != "") <span class="property-value">$doc.display($property)</span>#else <span class="property-value ghost">$services.localization.render("resource.unknown.label")</span>#end 91 91 </p> 92 92 #end 93 93 #end