Skip to content

Commit

Permalink
Include plone.belowcontenttitle viewlet manager rendering on view tem…
Browse files Browse the repository at this point in the history
…plate (closes #266)
  • Loading branch information
hvelarde committed Aug 28, 2013
1 parent 958d723 commit 94d42f8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ There's a frood who really knows where his towel is
1.0a5 (unreleased)
^^^^^^^^^^^^^^^^^^

- Include plone.belowcontenttitle viewlet manager rendering on view template
(closes #`#266`_). [hvelarde]

- When adding a tile, display configuration icon only for configurable
tiles (closes `#204`_). [marcosfromero]

Expand Down Expand Up @@ -232,4 +235,6 @@ There's a frood who really knows where his towel is
.. _`#212`: https://github.com/collective/collective.cover/issues/212
.. _`#218`: https://github.com/collective/collective.cover/issues/218
.. _`#239`: https://github.com/collective/collective.cover/issues/239
.. _`#244`: https://github.com/collective/collective.cover/issues/244
.. _`#249`: https://github.com/collective/collective.cover/issues/249
.. _`#266`: https://github.com/collective/collective.cover/issues/266
3 changes: 3 additions & 0 deletions src/collective/cover/templates/view.pt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
<body>

<metal:main fill-slot="main">
<!-- XXX: should we add more viewlet managers here? -->
<div tal:replace="structure provider:plone.belowcontenttitle" />

<div tal:define="layout nocall:context/@@layout"
tal:replace="structure layout/render_view" />
</metal:main>
Expand Down

0 comments on commit 94d42f8

Please sign in to comment.