Created
November 30, 2012 02:07
-
-
Save makbeta/4173324 to your computer and use it in GitHub Desktop.
Luminate CMS: How to configure a list to display to show alternative text when filter criteria is not satisfied
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<t:if test="length > 0"> | |
<div class="list"><h3>My Heading</h3> | |
<t:list> | |
<div class="list-item"><a href="${url}">${title}</a></div> | |
<t:list> | |
</div> | |
</t:if> | |
<t:else> | |
<p>No results for your parameters</p> | |
</t:else> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment