Changes for page Homeopaths

Last modified by Jip-jan Alunkel on March 14, 20:13

From version 10.62
edited by Jip-jan Alunkel
on March 14, 20:05
Change comment: Renamed from xwiki:practices.WebHome
To version 10.63
edited by Jip-jan Alunkel
on March 14, 20:09
Change comment: Renamed from xwiki:practices.WebHome

Summary

Details

XWiki.JavaScriptExtension[0]
Code
... ... @@ -27,7 +27,7 @@
27 27   #end
28 28   #set($practiceName = ${stringtool.capitalize($result_doc.getDisplayTitle())})
29 29   #set($address = "$practiceName<br />$x['pmStreet'] $x['pmHousenumber']<br />$x['pmPostcode'] $x['pmCity']<br />$x['pmCounty'] $x['pmState']<br />$x['pmCountry']")
30 - #set($info = "<h4><a href='$xwiki.getURL($result_doc.documentReference)'>$practiceName</a></h4><address>${address}</address>")
30 + #set($info = "<h4><a href='$xwiki.getURL($result_doc.documentReference)'>$practiceName</a></h4><address class='nostyle'>${address}</address>")
31 31   #set($discard = $map.put($info, $result_obj.getProperty("pmLatlong").value))
32 32   #end
33 33   #if($objecttool.allNull($map))