Display the number of results (Items) on the category page or search page

This commit is contained in:
touffies
2013-11-06 15:17:52 +01:00
parent 1471a8ed21
commit 453a818c55
8 changed files with 41 additions and 35 deletions

View File

@@ -1,7 +1,7 @@
<div class="toolbar toolbar-{$toolbar}" role="toolbar">
{if $toolbar == "top" }
<div class="sorter-container">
{*<span class="amount">9 {intl l="Item(s)"}</span>*}
<span class="amount">{if ($amount > 1)}{intl l="%nb Items" nb="{$amount}"}{else}{intl l="%nb Item" nb="{$amount}"}{/if}</span>
<span class="limiter">
<label for="limit-top">{intl l="Show"}</label>