Modifications pour le document homeopathsSheet
Modifié par Jip-jan Alunkel le mars 26, 17:31
Depuis la version 3.282
modifié par Jip-jan Alunkel
sur mars 16, 13:36
sur mars 16, 13:36
Commentaire de modification :
Rollback to version 1.38
À la version 3.284
modifié par Jip-jan Alunkel
sur mars 16, 13:40
sur mars 16, 13:40
Commentaire de modification :
Rollback to version 1.38
Résumé
-
Propriétés de la Page (1 modifications, 0 ajouts, 0 suppressions)
Détails
- Propriétés de la Page
-
- Contenu
-
... ... @@ -57,8 +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"> 61 - <span class="btn-label">$services.localization.render("editcontent")</span> 60 + #set($xLateEditContent = $stringtool.capitalize($services.localization.render("editcontent").toLowerCase())) 61 + <a class="btn btn-primary" title="$xLateEditContent" href="$doc.getURL('edit','editor=wysiwyg')" role="button" rel="nofollow"> 62 + <span class="btn-label">$xLateEditContent</span> 62 62 </a> 63 63 </p> 64 64 #end