Changes for page homeopathsSheet

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

From version 3.57
edited by Jip-jan Alunkel
on March 09, 14:33
Change comment: Rollback to version 1.38
To version 3.54
edited by Jip-jan Alunkel
on March 09, 14:26
Change comment: Rollback to version 1.38

Summary

Details

Page properties
Content
... ... @@ -18,6 +18,10 @@
18 18   var pagemakerOffspring = "disable";
19 19  </script>
20 20  #end
21 +
22 +
23 +$theDoc
24 +$doc
21 21  #if($hasRight)
22 22   <p class="buttons text-align-right">
23 23   <a class="btn btn-primary" title="Edit" href="$doc.getURL("edit")?editor=wysiwyg" role="button" rel="nofollow">
... ... @@ -64,8 +64,6 @@
64 64   'certification': {'type': 'checkbox', 'opener': 1, 'checked': $cert},
65 65   'certificationFrom': {'type': 'text', 'parent': 'certification'}
66 66   })
67 - #createAddress($theClass)
68 -#*
69 69   #foreach($property in $classProperties.keySet())
70 70   #if($theDocObj.getProperty($property))
71 71   <p class="property">
... ... @@ -81,7 +81,6 @@
81 81   #end
82 82   #end
83 83   #end
84 -*#
85 85   #if($hasRight)
86 86   <p class="buttons text-align-right">
87 87   <a class="btn btn-secondary" title="Edit" data-toggle="modal" data-target="#detailsModal" role="button" rel="nofollow">
... ... @@ -119,7 +119,7 @@
119 119   </div>
120 120   <div class="modal-body">
121 121   <fieldset class="fieldset">
122 -#createAddress($theClass)
123 +#createAddress()
123 123   </fieldset>
124 124  #set($lastChild = "")
125 125  #foreach($propertyName in $classProperties.keySet())
... ... @@ -200,15 +200,14 @@
200 200   This page can not be viewed in inline mode.
201 201  #end
202 202  
203 -#macro(createAddress $className)
204 - #set($docObj = $doc.getObject($className))
204 +#macro(createAddress)
205 205   <address>
206 206   $doc.getTitle()<br />
207 207   #set($addressArray = ['pmStreet','pmHousenumber','pmPostcode','pmCity','pmState','pmCounty','pmCountry'])
208 208   #set($x = {})
209 209   #foreach($datapart in $addressArray)
210 - #if($docObj.getProperty($datapart))
211 - #set($datapart4Publish = $docObj.getProperty($datapart).value)
210 + #if($theDocObj.getProperty($datapart))
211 + #set($datapart4Publish = $theDocObj.getProperty($datapart).value)
212 212   #if($datapart == 'pmCountry')
213 213   #set($datapart4Publish = $datapart4Publish.toUpperCase())
214 214   #end