Cambios para el documento homeopathsSheet
Última modificación por Jip-jan Alunkel el marzo 26, 17:31
Desde la versión 3.57
editado por Jip-jan Alunkel
el marzo 09, 14:33
el marzo 09, 14:33
Cambiar el comentario:
Rollback to version 1.38
Hasta la versión 3.58
editado por Jip-jan Alunkel
el marzo 09, 14:40
el marzo 09, 14:40
Cambiar el comentario:
Rollback to version 1.38
Resumen
-
Propiedades de página (1 modificado, 0 añadido, 0 eliminado)
Detalles
- Propiedades de página
-
- Contenido
-
... ... @@ -65,20 +65,13 @@ 65 65 'certificationFrom': {'type': 'text', 'parent': 'certification'} 66 66 }) 67 67 #createAddress($theClass) 68 + #set($properties = ['certification','certificationFrom']) 68 68 #* 69 - #foreach($property in $ classProperties.keySet())70 + #foreach($property in $properties) 70 70 #if($theDocObj.getProperty($property)) 71 71 <p class="property"> 72 - #if($theDocObj.getProperty($property).value != "" && $property != "pmHousenumber") ## Difference with added housenumber because of the streetaddress layout. 73 - #if($property == "pmStreet") 74 - <span class="property-name">$services.localization.render("homeopaths.classproperty.address")</span> <span class="property-value">$doc.display($property) $doc.display("pmHousenumber")</span> 75 - #elseif($property == "practiceName") ## Difference, should receive the title from the page. 76 - <span class="property-name">$services.localization.render("homeopaths.classproperty.${property}")</span> <span class="property-value">$doc.getTitle()</span> 77 - #else ## Normal situation. 78 78 <span class="property-name">$services.localization.render("homeopaths.classproperty.${property}")</span> <span class="property-value">$doc.display($property)</span> 79 - #end 80 80 </p> 81 - #end 82 82 #end 83 83 #end 84 84 *#