Changes for page homeopathsSheet

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

From version 3.15
edited by Jip-jan Alunkel
on March 09, 00:43
Change comment: Rollback to version 1.38
To version 3.11
edited by Jip-jan Alunkel
on March 09, 00:22
Change comment: Rollback to version 1.38

Summary

Details

Page properties
Content
... ... @@ -101,22 +101,10 @@
101 101   <fieldset class="fieldset">
102 102   <address>
103 103  $doc.getTitle()<br />
104 -#set($addressArray = ['pmStreet','pmHousenumber','pmPostcode','pmCity','pmState','pmCounty','pmCountry'])
105 -#set($x = {})
106 -#foreach($datapart in $addressArray)
107 - #if($theDocObj.getProperty($datapart))
108 - #set($datapart4Publish = $theDocObj.getProperty($datapart).value)
109 - #if($datapart == 'pmCountry')
110 - #set($datapart4Publish = $datapart4Publish.toUpperCase())
111 - #end
112 - #set($discard = $x.put("$datapart", $datapart4Publish))
113 - #end
114 -#end
115 -
116 -$x['pmStreet'] $theDocObj.getProperty('pmHousenumber').value<br />
117 -$theDocObj.getProperty('pmPostcode').value $theDocObj.getProperty('pmCity').value<br />
118 -$theDocObj.getProperty('pmCounty,').value $theDocObj.getProperty('pmState').value<br />
119 -$theDocObj.getProperty('pmCountry').value.toUpperCase()
104 +$theDocObj.getProperty('pmStreet') $theDocObj.getProperty('pmHousenumber')<br /><br />
105 +$theDocObj.getProperty('pmPostcode') $theDocObj.getProperty('pmCity')<br />
106 +$theDocObj.getProperty('pmCounty,') $theDocObj.getProperty('pmState')<br />
107 +$theDocObj.getProperty('pmCountry').toUpperCase()
120 120   </address>
121 121   </fieldset>
122 122  #set($lastChild = "")