Changes for page homeopathsSheet
Last modified by Jip-jan Alunkel on March 26, 17:31
From version 3.245
edited by Jip-jan Alunkel
on March 14, 18:07
on March 14, 18:07
Change comment:
Rollback to version 1.38
To version 3.236
edited by Jip-jan Alunkel
on March 13, 23:56
on March 13, 23:56
Change comment:
Rollback to version 1.38
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -11,7 +11,7 @@ 11 11 #set($theClass = "") 12 12 #set($docObjects = $doc.getxWikiObjects()) 13 13 #foreach($docObjectKey in $docObjects.keySet()) 14 - #if($docObjectKey.indexOf($subjectTitle) == 0) 14 + #if($docObjectKey.indexOf($subjectTitle) == 0) ## 15 15 #if($theClass == "") 16 16 #set($theClass = $docObjectKey) 17 17 #end ... ... @@ -51,11 +51,11 @@ 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"> 54 + <span class="fa fa-pencil"></span> 54 54 <span class="btn-label">Edit content</span> 55 55 </a> 56 56 </p> 57 57 #end 58 -#if(!$isGuest)<p><script>var pmMenuCreate = "disable";</script></p>#end 59 59 <div class="clearfix"></div> 60 60 #if($xcontext.action == "view") 61 61 <h2 class="inline-data-summary">$services.localization.render("homeopaths.inlineDataSummary.sheet_properties")</h2> ... ... @@ -203,6 +203,7 @@ 203 203 <li>[[View this page>>$doc.fullName]]</li> 204 204 </ul> 205 205 #end 206 +#if(!$isGuest)<p><script>var pmMenuCreate = "disable";</script></p>#end 206 206 #macro(createAddress $className $withLabel) 207 207 #set($docObj = $doc.getObject($className)) 208 208 #set($addressArray = ['pmStreet','pmHousenumber','pmPostcode','pmCity','pmState','pmCounty','pmCountry'])