Changes for page homeopathsSheet
Last modified by Jip-jan Alunkel on May 08, 19:25
From version 3.86
edited by Jip-jan Alunkel
on March 09, 19:00
on March 09, 19:00
Change comment:
Rollback to version 1.38
To version 3.78
edited by Jip-jan Alunkel
on March 09, 17:36
on March 09, 17:36
Change comment:
Rollback to version 1.38
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -99,10 +99,9 @@ 99 99 </button> 100 100 </div> 101 101 <div class="modal-body"> 102 - <p> 103 - <label>$services.localization.render("homeopaths.classproperty.pmAddress")</label> 104 -#createAddress($theClass) 105 - </p> 102 + <fieldset class="fieldset"> 103 + #createAddress($theClass) 104 + </fieldset> 106 106 #set($lastChild = "") 107 107 #foreach($propertyName in $classProperties.keySet()) 108 108 #set($item = $classProperties["$propertyName"]) ... ... @@ -191,11 +191,14 @@ 191 191 #end 192 192 #else 193 193 <p> 194 - This page can not be viewed in inline mode. [[Back >>$doc.fullName]]193 + This page can not be viewed in inline mode. [[Back||$doc.getFullName()]] 195 195 </p> 196 196 #end 196 + 197 197 #macro(createAddress $className) 198 198 #set($docObj = $doc.getObject($className)) 199 + <address> 200 + $doc.getTitle()<br /> 199 199 #set($addressArray = ['pmStreet','pmHousenumber','pmPostcode','pmCity','pmState','pmCounty','pmCountry']) 200 200 #set($x = {}) 201 201 #foreach($datapart in $addressArray) ... ... @@ -207,8 +207,6 @@ 207 207 #set($discard = $x.put("$datapart", $datapart4Publish)) 208 208 #end 209 209 #end 210 - <address> 211 - $doc.getTitle()<br /> 212 212 $x['pmStreet'] $x['pmHousenumber']<br /> 213 213 $x['pmPostcode'] $x['pmCity']<br /> 214 214 $x['pmCounty'] $x['pmState']<br />