Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion collective/easyslider/browser/viewlet_below.pt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
sliderposition python: view.sliderposition;
uid context/UID|string:nouid;
navtype python: view.navigation_type;"
tal:condition="python: show and sliderposition">
tal:condition="show">
<tal:below tal:condition="sliderposition">
<div id="slider-container" tal:attributes="class string:slider-${uid} slider-navtype-${navtype};"
tal:define="slides view/slides" i18n:domain="collective.easyslider">
<div id="slider"
Expand All @@ -23,5 +24,6 @@
</ul>
</div>
</div>
</tal:below >
</tal:show>