Changes for page homeopathsSheet
Last modified by Jip-jan Alunkel on March 26, 17:31
From version 3.282
edited by Jip-jan Alunkel
on March 16, 13:36
on March 16, 13:36
Change comment:
Rollback to version 1.38
To version 3.283
edited by Jip-jan Alunkel
on March 16, 13:40
on March 16, 13:40
Change comment:
Rollback to version 1.38
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -57,7 +57,9 @@ 57 57 ## Show the 'Edit content' button for the admin and the author only. 58 58 #if($hasRight) 59 59 <p class="buttons text-align-right"> 60 - <a class="btn btn-primary" title="Edit" href="$doc.getURL('edit','editor=wysiwyg')" role="button" rel="nofollow"> 60 + #set($xLateEditContent = $stringtool.capitalize($services.localization.render("editcontent").toLowerCase())) 61 + $xLateEditContent 62 + <a class="btn btn-primary" title="$services.localization.render("editcontent")" href="$doc.getURL('edit','editor=wysiwyg')" role="button" rel="nofollow"> 61 61 <span class="btn-label">$services.localization.render("editcontent")</span> 62 62 </a> 63 63 </p>