Changes for page homeopathsSheet
Last modified by Jip-jan Alunkel on March 26, 17:31
From version 3.10
edited by Jip-jan Alunkel
on March 09, 00:18
on March 09, 00:18
Change comment:
Rollback to version 1.38
To version 3.13
edited by Jip-jan Alunkel
on March 09, 00:23
on March 09, 00:23
Change comment:
Rollback to version 1.38
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -101,10 +101,10 @@ 101 101 <fieldset class="fieldset"> 102 102 <address> 103 103 $doc.getTitle()<br /> 104 -$c lassProperties.pmStreet $classProperties.pmHousenumber<br /><br />105 -$c lassProperties.pmPostcode $classProperties.pmCity<br />106 -$c lassProperties.pmCounty, $classProperties.pmState<br />107 -$c lassProperties.pmCountry.toUpperCase()104 +$theDocObj.getProperty('pmStreet').value $theDocObj.getProperty('pmHousenumber').value<br /> 105 +$theDocObj.getProperty('pmPostcode').value $theDocObj.getProperty('pmCity').value<br /> 106 +$theDocObj.getProperty('pmCounty,').value $theDocObj.getProperty('pmState').value<br /> 107 +$theDocObj.getProperty('pmCountry').value.toUpperCase() 108 108 </address> 109 109 </fieldset> 110 110 #set($lastChild = "")