Index: glossaryLetter.ftl =================================================================== --- glossaryLetter.ftl (revision 38370) +++ glossaryLetter.ftl (working copy) @@ -2,6 +2,9 @@ [#-------------- INCLUDE AND ASSIGN PART --------------] +[#-- Assigns: General --] +[#assign cms=JspTaglibs["cms-taglib"]] + [#-- Assigns: Template rendering all terms per letter --] [#include "glossaryTermsPerLetter.ftl"] @@ -19,6 +22,8 @@ [#-------------- RENDERING PART --------------] [#if hasParentTitle]

${parentTitle}

[/#if] +[@cms.editBar editLabel="${i18n['glossary.editLabel.paragraph']}" moveLabel="" deleteLabel="" /] + [#-- Rendering: Glossary Index--]
[#if hasIndexTitle]

${indexTitle}

[/#if] @@ -39,5 +44,5 @@ [#-- Rendering: Glossary all terms of its letter--]

${actualLetter?upper_case}

- [@glossaryTermsPerLetter letter=actualLetter /] + [@glossaryTermsPerLetter letter=actualLetter maxTerms=content.maxTermsPerLetter!10000000 /]