Changes for page homeopathsSheet

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

From version 3.237
edited by Jip-jan Alunkel
on March 13, 23:57
Change comment: Rollback to version 1.38
To version 3.236
edited by Jip-jan Alunkel
on March 13, 23:56
Change comment: Rollback to version 1.38

Summary

Details

Page properties
Content
... ... @@ -27,7 +27,6 @@
27 27   #set($xa["$item"] = $theDocObj.getProperty("$item").value)
28 28   #end
29 29  #end
30 -{{html wiki="true" clean="false"}}
31 31  ## The classProperties Map has to be in the order of how you want the form elements to appear in the form.
32 32  ## 'disabled': 1 --> Will not show up in the form at all.
33 33  ## 'extraAttributes': {"disabled": "disabled"} --> Will show up in the form as a disabled input.
... ... @@ -48,6 +48,7 @@
48 48  })
49 49  $doc.getTranslatedDocument().getContent()
50 50  
50 +{{html wiki="true" clean="false"}}
51 51  #if($hasRight)
52 52   <p class="buttons text-align-right">
53 53   <a class="btn btn-primary" title="Edit" href="$doc.getURL('edit','editor=wysiwyg')" role="button" rel="nofollow">
... ... @@ -56,7 +56,6 @@
56 56   </a>
57 57   </p>
58 58  #end
59 -#if(!$isGuest)<p><script>var pmMenuCreate = "disable";</script></p>#end
60 60  <div class="clearfix"></div>
61 61  #if($xcontext.action == "view")
62 62  <h2 class="inline-data-summary">$services.localization.render("homeopaths.inlineDataSummary.sheet_properties")</h2>
... ... @@ -204,6 +204,7 @@
204 204   <li>[[View this page>>$doc.fullName]]</li>
205 205   </ul>
206 206  #end
206 +#if(!$isGuest)<p><script>var pmMenuCreate = "disable";</script></p>#end
207 207  #macro(createAddress $className $withLabel)
208 208   #set($docObj = $doc.getObject($className))
209 209   #set($addressArray = ['pmStreet','pmHousenumber','pmPostcode','pmCity','pmState','pmCounty','pmCountry'])